HomeSort by relevance Sort by last modified time
    Searched refs:UBB (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
LoopInfo.h 714 auto *UBB = isa<PHINode>(UI) ? cast<PHINode>(UI)->getIncomingBlock(U)
716 if (UBB != NewBB && getLoopFor(UBB) != NewLoop)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopInfo.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 125 if (auto *UBB = II->getUnwindDest())
126 if (!Result.count(UBB))
134 if (auto *UBB = CSI->getUnwindDest())
135 if (!Result.count(UBB))
164 if (auto *UBB = CRI->getUnwindDest())
165 if (!Result.count(UBB))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
GVNHoist.cpp 526 const BasicBlock *UBB = U->getBlock();
548 if (UBB == NewBB) {
551 assert(UBB == DBB);
    [all...]

Completed in 148 milliseconds