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

  /external/llvm/lib/IR/
Dominators.cpp 157 BasicBlock *NormalDest = II->getNormalDest();
158 BasicBlockEdge E(DefBB, NormalDest);
193 // . NormalDest
196 // Given the definition of dominance, NormalDest is dominated by X iff X
197 // dominates all of NormalDest's predecessors (X, B, C in the example). X
199 // other predecessors. Since the only way out of X is via NormalDest, X can
200 // only properly dominate a node if NormalDest dominates that node too.
265 BasicBlock *NormalDest = II->getNormalDest();
266 BasicBlockEdge E(DefBB, NormalDest);
  /external/llvm/include/llvm/IR/
IRBuilder.h 509 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
511 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest,
515 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
518 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Arg1),
521 InvokeInst *CreateInvoke3(Value *Callee, BasicBlock *NormalDest,
526 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
530 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
533 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 68 milliseconds