#pragma once #include "CFGraph.h" #include "IR.h" void buildIRSSAForm(std::map> fullIR, std::map>* result);