Files
SAPFOR/src/Transformations/MoveOperators/move_operators.h

7 lines
217 B
C
Raw Normal View History

2025-12-29 21:10:55 +03:00
#pragma once
#include "../../GraphLoop/graph_loops.h"
#include "../../CFGraph/CFGraph.h"
2026-03-26 14:10:05 +03:00
void moveOperators(SgFile* file, const std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>& FullIR, int& countOfTransform);