Some actions simplify analyzing IR

This commit is contained in:
Egor Mayorov
2025-05-13 00:46:32 +03:00
parent e7661998fe
commit 3c6f5a7a56
3 changed files with 94 additions and 6 deletions

View File

@@ -3,4 +3,4 @@
#include "../GraphLoop/graph_loops.h"
#include "../CFGraph/CFGraph.h"
void runSwapOperators(std::map<std::string, std::vector<LoopGraph*>>& loopGraph, std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>& FullIR, int& countOfTransform);
void runSwapOperators(SgFile *file, std::map<std::string, std::vector<LoopGraph*>>& loopGraph, std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>& FullIR, int& countOfTransform);