Searched refs:Predecessors (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/dex/
H A Dmir_optimization.cc23 static unsigned int Predecessors(BasicBlock* bb) { function in namespace:art
112 if ((bb == NULL) || Predecessors(bb) != 1) {
164 if (bb == NULL || (Predecessors(bb) != 1)) {
347 (Predecessors(tk) == 1) && (Predecessors(ft) == 1)) {
511 if ((walker->block_type == kEntryBlock) || (Predecessors(walker) != 1)) {
583 DCHECK_EQ(Predecessors(bb_next), 1U);

Completed in 132 milliseconds