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

7 lines
203 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"
2026-03-20 15:49:08 +03:00
void moveOperators(const std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>& FullIR, int& countOfTransform);