HomeSort by: relevance | last modified time | path
    Searched refs:InvokeBB (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
IntrinsicInst.cpp 473 const BasicBlock *InvokeBB =
476 assert(InvokeBB && "safepoints should have unique landingpads");
477 assert(InvokeBB->getTerminator() &&
480 return cast<GCStatepointInst>(InvokeBB->getTerminator());
Verifier.cpp 4934 const BasicBlock *InvokeBB =
4939 Assert(InvokeBB, "safepoints should have unique landingpads",
4941 Assert(InvokeBB->getTerminator(), "safepoint block should be well formed",
4942 InvokeBB);
4943 Assert(isa<GCStatepointInst>(InvokeBB->getTerminator()),
4944 "gc relocate should be linked to a statepoint", InvokeBB);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp 133 BasicBlock *InvokeBB = II->getParent();
138 UnwindDestPHIValues.push_back(PHI->getIncomingValueForBlock(InvokeBB));
675 BasicBlock *InvokeBB = II->getParent();
681 UnwindDestPHIValues.push_back(PHI->getIncomingValueForBlock(InvokeBB));
787 UnwindDest->removePredecessor(InvokeBB);

Completed in 59 milliseconds