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

6
src/CFGraph/IR_SSAForm.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include "CFGraph.h"
#include "IR.h"
void buildIRSSAForm(std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>> fullIR, std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>* result);