Home
last modified time | relevance | path

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

/art/compiler/dex/
Dglobal_value_numbering.cc210 if (pred_bb->BranchesToSuccessorOnlyIfNotZero(bb_id)) { in IsBlockEnteredOnTrue()
Dglobal_value_numbering.h198 return pred_bb->BranchesToSuccessorOnlyIfNotZero(succ_id); in HasNullCheckLastInsn()
Dmir_graph.h468 bool BranchesToSuccessorOnlyIfNotZero(BasicBlockId succ_id) const { in BranchesToSuccessorOnlyIfNotZero() function
Dmir_optimization.cc982 if (pred_bb->BranchesToSuccessorOnlyIfNotZero(bb->id)) { in EliminateNullChecks()