Searched defs:Predecessors (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dmir_optimization.cc38 static unsigned int Predecessors(BasicBlock* bb) { function in namespace:art
126 if ((bb == nullptr) || Predecessors(bb) != 1) {
180 if (bb == nullptr || (Predecessors(bb) != 1)) {
618 (Predecessors(tk) == 1) && (Predecessors(ft) == 1)) {
771 if ((walker->block_type == kEntryBlock) || (Predecessors(walker) != 1)) {

Completed in 7 milliseconds