Files
SAPFOR/src/LoopAnalyzer/implicit_loops_analyzer.h

7 lines
218 B
C
Raw Normal View History

2025-05-30 17:33:57 +03:00
#pragma once
#include <map>
#include "../CFGraph/CFGraph.h"
#include "../GraphCall/graph_calls.h"
void findImplicitLoops(const std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>& fullIR_SSA, const char* fileName);