moved code, fixed style

This commit is contained in:
ALEXks
2025-05-30 17:33:57 +03:00
parent b13b0a0f57
commit 2969f92013
14 changed files with 490 additions and 462 deletions

View File

@@ -0,0 +1,7 @@
#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);