HomeSort by relevance Sort by last modified time
    Searched refs:UnwindDest (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/IR/
IRBuilder.cpp 69 BasicBlock *UnwindDest,
74 InvokeInst::Create(Invokee, NormalDest, UnwindDest, Ops, Name);
326 Value *ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest,
342 return createInvokeHelper(FnStatepoint, NormalDest, UnwindDest, Args, Builder,
348 BasicBlock *NormalDest, BasicBlock *UnwindDest,
352 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest,
359 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
363 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, Flags,
369 BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs,
372 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest,
    [all...]
Instructions.cpp     [all...]
Verifier.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 300 BasicBlock *UnwindDest = II->getUnwindDest();
303 assert(UnwindDest->getFirstNonPHI()->isEHPad() && "unexpected BasicBlock!");
310 for (Instruction &I : *UnwindDest) {
321 BasicBlock::iterator I = UnwindDest->begin();
335 CleanupReturnInst::Create(CRI->getCleanupPad(), UnwindDest, CRI);
349 CatchSwitch->getParentPad(), UnwindDest,
373 HandleCallsInBlockInlinedThroughInvoke(&*BB, UnwindDest))
382 UnwindDest->removePredecessor(InvokeBB);
    [all...]
Local.cpp     [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 472 BasicBlock *UnwindDest, ArrayRef<Value *> InvokeArgs,
480 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
491 BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs,
669 BasicBlock *UnwindDest, const Twine &Name = "") {
670 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, None),
674 BasicBlock *UnwindDest, Value *Arg1,
676 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Arg1),
680 BasicBlock *UnwindDest, Value *Arg1,
684 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
689 BasicBlock *UnwindDest, ArrayRef<Value *> Args
    [all...]
Instructions.h     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 165 BasicBlock *UnwindDest = Inst->getUnwindDest();
166 if (UnwindDest->isLandingPad()) continue; // Already converted.
171 FindExnAndSelIntrinsics(UnwindDest, Exn, Sel, Visited);
185 BasicBlock *UnwindDest = Invoke->getUnwindDest();
186 Function *F = UnwindDest->getParent();
204 if (!UnwindDest->getSinglePredecessor()) {
208 UnwindDest->getParent());
209 BranchInst::Create(UnwindDest, NewBB);
214 II = UnwindDest->begin(); isa<PHINode>(II); ++II) {
221 UnwindDest = NewBB
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 1037 milliseconds