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