Searched refs:isLandingPad (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp112 SplitBB->isLandingPad()) && "SplitBB has non-PHI nodes!");
128 SplitBB->isLandingPad() ? &SplitBB->front() : SplitBB->getTerminator());
402 if (FirstNonPHI->isEHPad() || Target->isLandingPad())
H A DBasicBlockUtils.cpp746 if (BB->isLandingPad()) {
811 assert(OrigBB->isLandingPad() && "Trying to split a non-landing pad!");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h225 if (Ei->DestBB && Ei->DestBB->isLandingPad()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp150 if (PredBB->isLandingPad() && PredBB != Parent &&
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h435 bool isLandingPad() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp448 bool BasicBlock::isLandingPad() const { function in class:BasicBlock
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp305 if (BB->isLandingPad())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2369 if (BB->isLandingPad()) {
H A DLoopStrengthReduce.cpp5380 if (!Parent->isLandingPad()) {

Completed in 219 milliseconds