7 lines
218 B
C
7 lines
218 B
C
|
|
#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);
|