Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DStatepoint.h347 const BasicBlock *InvokeBB = in getStatepoint() local
350 assert(InvokeBB && "safepoints should have unique landingpads"); in getStatepoint()
351 assert(InvokeBB->getTerminator() && in getStatepoint()
353 assert(isStatepoint(InvokeBB->getTerminator())); in getStatepoint()
355 return cast<CallBase>(InvokeBB->getTerminator()); in getStatepoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp117 BasicBlock *InvokeBB = II->getParent(); in LandingPadInliningInfo() local
122 UnwindDestPHIValues.push_back(PHI->getIncomingValueForBlock(InvokeBB)); in LandingPadInliningInfo()
652 BasicBlock *InvokeBB = II->getParent(); in HandleInlinedEHPad() local
658 UnwindDestPHIValues.push_back(PHI->getIncomingValueForBlock(InvokeBB)); in HandleInlinedEHPad()
764 UnwindDest->removePredecessor(InvokeBB); in HandleInlinedEHPad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp4509 const BasicBlock *InvokeBB = in visitIntrinsicCall() local
4514 Assert(InvokeBB, "safepoints should have unique landingpads", in visitIntrinsicCall()
4516 Assert(InvokeBB->getTerminator(), "safepoint block should be well formed", in visitIntrinsicCall()
4517 InvokeBB); in visitIntrinsicCall()
4518 Assert(isStatepoint(InvokeBB->getTerminator()), in visitIntrinsicCall()
4519 "gc relocate should be linked to a statepoint", InvokeBB); in visitIntrinsicCall()