Home
last modified time | relevance | path

Searched refs:ItBB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp48 auto ItBB = BlockInstRange.find(BB); in isAliveAfter() local
49 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() local
373 if (ItBB == SL.BlockInstRange.end()) in emitBasicBlockStartAnnot()
375 printInstrAlive(ItBB->getSecond().first, OS); in emitBasicBlockStartAnnot()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionIterator.h54 ItBB, enumerator
83 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()