Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_optimization_test.cc454 bool IsBackEdge(BasicBlockId branch_bb, BasicBlockId target_bb) { in IsBackEdge() function in art::SuspendCheckEliminationTest
Dmir_graph.h1027 bool IsBackEdge(BasicBlock* branch_bb, BasicBlockId target_bb_id) { in IsBackEdge() function
/art/compiler/optimizing/
Dnodes.h415 bool IsBackEdge(const HBasicBlock& block) const { in IsBackEdge() function