HomeSort by: relevance | last modified time | path
    Searched refs:UBB (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 131 if (auto *UBB = II->getUnwindDest())
132 if (!Result.count(UBB))
140 if (auto *UBB = CSI->getUnwindDest())
141 if (!Result.count(UBB))
170 if (auto *UBB = CRI->getUnwindDest())
171 if (!Result.count(UBB))
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopInfo.h 1172 auto *UBB = isa<PHINode>(UI) ? cast<PHINode>(UI)->getIncomingBlock(U)
1174 if (UBB != NewBB && getLoopFor(UBB) != NewLoop)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVNHoist.cpp 761 const BasicBlock *UBB = U->getBlock();
783 if (UBB == NewBB) {
786 assert(UBB == DBB);

Completed in 18 milliseconds