Home
last modified time | relevance | path

Searched refs:UBB (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp131 if (auto *UBB = II->getUnwindDest()) in isBlockValidForExtraction() local
132 if (!Result.count(UBB)) in isBlockValidForExtraction()
140 if (auto *UBB = CSI->getUnwindDest()) in isBlockValidForExtraction() local
141 if (!Result.count(UBB)) in isBlockValidForExtraction()
170 if (auto *UBB = CRI->getUnwindDest()) in isBlockValidForExtraction() local
171 if (!Result.count(UBB)) in isBlockValidForExtraction()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DLoopInfo.h1175 auto *UBB = isa<PHINode>(UI) ? cast<PHINode>(UI)->getIncomingBlock(U) in movementPreservesLCSSAForm() local
1177 if (UBB != NewBB && getLoopFor(UBB) != NewLoop) in movementPreservesLCSSAForm()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp761 const BasicBlock *UBB = U->getBlock(); in safeToHoistLdSt() local
783 if (UBB == NewBB) { in safeToHoistLdSt()
786 assert(UBB == DBB); in safeToHoistLdSt()