Files
SAPFOR/Sapfor/_src/CFGraph/IRSSAForm.h

6 lines
188 B
C
Raw Normal View History

2024-11-14 15:28:51 +03:00
#pragma once
#include "CFGraph.h"
#include "IR.h"
std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>> buildIRSSAForm(std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>> fullIR);