6 lines
188 B
C
6 lines
188 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "CFGraph.h"
|
||
|
|
#include "IR.h"
|
||
|
|
|
||
|
|
std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>> buildIRSSAForm(std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>> fullIR);
|