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

  /external/llvm/lib/IR/
Dominators.cpp 139 BasicBlock *NormalDest = II->getNormalDest();
140 BasicBlockEdge E(DefBB, NormalDest);
175 // . NormalDest
178 // Given the definition of dominance, NormalDest is dominated by X iff X
179 // dominates all of NormalDest's predecessors (X, B, C in the example). X
181 // other predecessors. Since the only way out of X is via NormalDest, X can
182 // only properly dominate a node if NormalDest dominates that node too.
245 BasicBlock *NormalDest = II->getNormalDest();
246 BasicBlockEdge E(DefBB, NormalDest);
  /external/llvm/include/llvm/IR/
IRBuilder.h 634 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
636 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, None),
639 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
642 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Arg1),
645 InvokeInst *CreateInvoke3(Value *Callee, BasicBlock *NormalDest,
650 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
654 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
657 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 104 milliseconds