6 lines
202 B
C++
6 lines
202 B
C++
#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); |