Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp744 for (BasicBlock *PadBB : CatchSwitch->handlers()) in HandleInlinedEHPad()
745 NewCatchSwitch->addHandler(PadBB); in HandleInlinedEHPad()
H A DLocal.cpp3186 for (BasicBlock *PadBB : CatchSwitch->handlers()) in removeUnwindEdge()
3187 NewCatchSwitch->addHandler(PadBB); in removeUnwindEdge()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp4360 for (const BasicBlock *PadBB : CatchSwitch->handlers()) { in printInstruction() local
4363 writeOperand(PadBB, /*PrintType=*/true); in printInstruction()