Some actions simplify analyzing IR

This commit is contained in:
Egor Mayorov
2025-05-13 00:46:32 +03:00
committed by ALEXks
parent e5fa2e41b3
commit 61c6ad1363
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);