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