Home
last modified time | relevance | path

Searched defs:Rpo (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Drpo.cpp21 Rpo::Rpo(Graph *graph) : Analysis(graph), rpo_vector_(graph->GetAllocator()->Adapter()) {} in Rpo() function in panda::compiler::Rpo
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager.h33 class Rpo; variable
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h39 class Rpo; variable