Home
last modified time | relevance | path

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

/art/compiler/dex/
Dtype_inference.cc360 BasicBlockId best_id = NullBasicBlockId; in FindTopologicallyEarliestPredecessor() local
365 best_id = pred_id; in FindTopologicallyEarliestPredecessor()
370 return mir_graph_->GetBasicBlock(best_id); in FindTopologicallyEarliestPredecessor()