Searched defs:NormalDest (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DDominators.cpp265 BasicBlock *NormalDest = II->getNormalDest(); local
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h554 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest, argument
560 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest, argument
566 InvokeInst *CreateInvoke3(Value *Callee, BasicBlock *NormalDest, argument
575 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest, argument
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1976 BasicBlock *NormalDest = cast<InvokeInst>(&I)->getNormalDest(); local

Completed in 124 milliseconds