Searched refs:ComputeRPO (Results 1 – 2 of 2) sorted by relevance
272 static void ComputeRPO(Region* crt_bb, int& crt_rpo);327 void ComputeRPO();
61 void SeaGraph::ComputeRPO(Region* current_region, int& current_rpo) { in ComputeRPO() function in sea_ir::SeaGraph67 SeaGraph::ComputeRPO(*succ_it, current_rpo); in ComputeRPO()265 void SeaGraph::ComputeRPO() { in ComputeRPO() function in sea_ir::SeaGraph270 ComputeRPO(*crt_it, rpo_id); in ComputeRPO()417 ComputeRPO(); in CompileMethod()