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

  /external/llvm/lib/IR/
Dominators.cpp 130 BasicBlock *NormalDest = II->getNormalDest();
131 BasicBlockEdge E(DefBB, NormalDest);
170 // . NormalDest
173 // Given the definition of dominance, NormalDest is dominated by X iff X
174 // dominates all of NormalDest's predecessors (X, B, C in the example). X
176 // other predecessors. Since the only way out of X is via NormalDest, X can
177 // only properly dominate a node if NormalDest dominates that node too.
241 BasicBlock *NormalDest = II->getNormalDest();
242 BasicBlockEdge E(DefBB, NormalDest);
IRBuilder.cpp 68 static InvokeInst *createInvokeHelper(Value *Invokee, BasicBlock *NormalDest,
74 InvokeInst::Create(Invokee, NormalDest, UnwindDest, Ops, Name);
387 Value *ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest,
403 return createInvokeHelper(FnStatepoint, NormalDest, UnwindDest, Args, Builder,
409 BasicBlock *NormalDest, BasicBlock *UnwindDest,
413 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest,
420 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
424 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, Flags,
430 BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs,
433 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 450 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
452 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest,
456 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
459 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Arg1),
462 InvokeInst *CreateInvoke3(Value *Callee, BasicBlock *NormalDest,
467 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
471 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
474 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 556 BasicBlock *NormalDest = nullptr;
558 NormalDest = Invoke->getNormalDest();
560 if (NormalDest) {
561 DefBlock = NormalDest;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Verifier.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 503 Value *ActualInvokee, BasicBlock *NormalDest,
512 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
522 Value *ActualInvokee, BasicBlock *NormalDest,
702 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
706 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
709 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
713 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 526 Value *ActualInvokee, BasicBlock *NormalDest,
535 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
545 Value *ActualInvokee, BasicBlock *NormalDest,
754 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
758 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
761 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
765 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
IRBuilder.h 585 Value *ActualInvokee, BasicBlock *NormalDest,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
604 Value *ActualInvokee, BasicBlock *NormalDest,
813 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
820 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
IRBuilder.h 585 Value *ActualInvokee, BasicBlock *NormalDest,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
604 Value *ActualInvokee, BasicBlock *NormalDest,
813 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
820 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
IRBuilder.h 585 Value *ActualInvokee, BasicBlock *NormalDest,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
604 Value *ActualInvokee, BasicBlock *NormalDest,
813 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
820 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
IRBuilder.h 585 Value *ActualInvokee, BasicBlock *NormalDest,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
604 Value *ActualInvokee, BasicBlock *NormalDest,
813 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
820 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
IRBuilder.h 585 Value *ActualInvokee, BasicBlock *NormalDest,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
604 Value *ActualInvokee, BasicBlock *NormalDest,
813 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
820 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
IRBuilder.h 585 Value *ActualInvokee, BasicBlock *NormalDest,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
604 Value *ActualInvokee, BasicBlock *NormalDest,
813 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
820 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 526 Value *ActualInvokee, BasicBlock *NormalDest,
535 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
545 Value *ActualInvokee, BasicBlock *NormalDest,
754 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
758 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
761 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
765 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
IRBuilder.h 585 Value *ActualInvokee, BasicBlock *NormalDest,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
604 Value *ActualInvokee, BasicBlock *NormalDest,
813 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
820 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
IRBuilder.h 585 Value *ActualInvokee, BasicBlock *NormalDest,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
604 Value *ActualInvokee, BasicBlock *NormalDest,
813 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
820 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
IRBuilder.h 585 Value *ActualInvokee, BasicBlock *NormalDest,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
604 Value *ActualInvokee, BasicBlock *NormalDest,
813 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
820 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
IRBuilder.h 585 Value *ActualInvokee, BasicBlock *NormalDest,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
604 Value *ActualInvokee, BasicBlock *NormalDest,
813 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
820 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
IRBuilder.h 585 Value *ActualInvokee, BasicBlock *NormalDest,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
604 Value *ActualInvokee, BasicBlock *NormalDest,
813 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
820 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
IRBuilder.h 585 Value *ActualInvokee, BasicBlock *NormalDest,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
604 Value *ActualInvokee, BasicBlock *NormalDest,
813 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
820 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 558 std::unique_ptr<BasicBlock> NormalDest(BasicBlock::Create(C));
562 Callee, NormalDest.get(), UnwindDest.get(), Args, OldBundle, "result"));
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 1746 milliseconds