HomeSort by relevance Sort by last modified time
    Searched defs:IsBackEdge (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/
mir_optimization_test.cc 454 bool IsBackEdge(BasicBlockId branch_bb, BasicBlockId target_bb) {
456 return target_bb != NullBasicBlockId && cu_.mir_graph->IsBackEdge(branch, target_bb);
    [all...]
mir_graph.h     [all...]
  /art/compiler/optimizing/
nodes.h 415 bool IsBackEdge(const HBasicBlock& block) const {
    [all...]

Completed in 624 milliseconds