Searched refs:NormalDest (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
H A DDominators.cpp157 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(); local
266 BasicBlockEdge E(DefBB, NormalDest);
/external/llvm/include/llvm/
H A DIRBuilder.h480 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest, argument
482 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest,
486 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest, argument
489 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Arg1),
492 InvokeInst *CreateInvoke3(Value *Callee, BasicBlock *NormalDest, argument
497 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
501 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest, argument
504 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),

Completed in 49 milliseconds