Searched refs:ItBB (Results 1 – 2 of 2) sorted by relevance
53 auto ItBB = BlockInstRange.find(BB); in isAliveAfter() local54 assert(ItBB != BlockInstRange.end() && "Unreachable is not expected"); in isAliveAfter()57 auto It = std::upper_bound(Instructions.begin() + ItBB->getSecond().first + 1, in isAliveAfter()58 Instructions.begin() + ItBB->getSecond().second, I, in isAliveAfter()363 auto ItBB = SL.BlockInstRange.find(BB); in emitBasicBlockStartAnnot() local364 if (ItBB == SL.BlockInstRange.end()) in emitBasicBlockStartAnnot()366 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()