Files
SAPFOR/src/Transformations/SwapOperators/swap_operators.h

7 lines
273 B
C
Raw Normal View History

2025-03-25 15:18:49 +03:00
#pragma once
2025-06-02 08:54:45 +03:00
#include "../../GraphLoop/graph_loops.h"
#include "../../CFGraph/CFGraph.h"
2025-03-25 15:18:49 +03:00
2025-05-13 00:46:32 +03:00
void runSwapOperators(SgFile *file, std::map<std::string, std::vector<LoopGraph*>>& loopGraph, std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>& FullIR, int& countOfTransform);