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

7 lines
276 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"
void moveOperators(SgFile *file, std::map<std::string, std::vector<LoopGraph*>>& loopGraph, const std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>& FullIR, int& countOfTransform);