Files
SAPFOR/src/CFGraph/IR_SSAForm.h

6 lines
209 B
C
Raw Normal View History

2024-11-14 15:28:51 +03:00
#pragma once
#include "CFGraph.h"
#include "IR.h"
2025-05-30 18:03:01 +03:00
void buildIRSSAForm(const std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>& fullIR, std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>& result);