Searched refs:ordered_index (Results 1 – 2 of 2) sorted by relevance
2629 while (finger1 < finger2) finger1 = dominators[finger1]->ordered_index(); in Intersect()2630 while (finger2 < finger1) finger2 = dominators[finger2]->ordered_index(); in Intersect()2656 if (dominators->at(ret->ordered_index()) != NULL) { in BuildDominatorTree()2664 if (dominators->at(ret->ordered_index()) != NULL) { in BuildDominatorTree()2665 new_idom = entries[Intersect(ret->ordered_index(), in BuildDominatorTree()2666 new_idom->ordered_index(), in BuildDominatorTree()
545 int ordered_index() { return ordered_index_; } in ordered_index() function