moved to transformations

This commit is contained in:
2025-06-02 08:54:45 +03:00
committed by Egor Mayorov
parent a86a76705e
commit f7005a2735
4 changed files with 19 additions and 21 deletions

View File

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