Home
last modified time | relevance | path

Searched refs:ComputeRPO (Results 1 – 2 of 2) sorted by relevance

/art/compiler/sea_ir/ir/
Dsea.h272 static void ComputeRPO(Region* crt_bb, int& crt_rpo);
327 void ComputeRPO();
Dsea.cc61 void SeaGraph::ComputeRPO(Region* current_region, int& current_rpo) { in ComputeRPO() function in sea_ir::SeaGraph
67 SeaGraph::ComputeRPO(*succ_it, current_rpo); in ComputeRPO()
265 void SeaGraph::ComputeRPO() { in ComputeRPO() function in sea_ir::SeaGraph
270 ComputeRPO(*crt_it, rpo_id); in ComputeRPO()
417 ComputeRPO(); in CompileMethod()