Searched refs:ItBB (Results 1 – 2 of 2) sorted by relevance
48 auto ItBB = BlockInstRange.find(BB); in isAliveAfter() local49 assert(ItBB != BlockInstRange.end() && "Unreachable is not expected"); in isAliveAfter()52 auto It = std::upper_bound(Instructions.begin() + ItBB->getSecond().first + 1, in isAliveAfter()53 Instructions.begin() + ItBB->getSecond().second, I, in isAliveAfter()372 auto ItBB = SL.BlockInstRange.find(BB); in emitBasicBlockStartAnnot() local373 if (ItBB == SL.BlockInstRange.end()) in emitBasicBlockStartAnnot()375 printInstrAlive(ItBB->getSecond().first, OS); in emitBasicBlockStartAnnot()
54 ItBB, enumerator83 bool isRegionMode() const { return Node.getInt() != ItBB; } in isRegionMode()110 : Node(node, node->isSubRegion() ? ItRgBegin : ItBB), in RNSuccIterator()123 : Node(node, node->isSubRegion() ? ItRgEnd : ItBB), in RNSuccIterator()