OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
512
InvokeInst *CreateInvoke(Value *Callee, BasicBlock *
NormalDest
,
514
return Insert(InvokeInst::Create(Callee,
NormalDest
, UnwindDest,
518
InvokeInst *CreateInvoke(Value *Callee, BasicBlock *
NormalDest
,
521
return Insert(InvokeInst::Create(Callee,
NormalDest
, UnwindDest, Arg1),
524
InvokeInst *CreateInvoke3(Value *Callee, BasicBlock *
NormalDest
,
529
return Insert(InvokeInst::Create(Callee,
NormalDest
, UnwindDest, Args),
533
InvokeInst *CreateInvoke(Value *Callee, BasicBlock *
NormalDest
,
536
return Insert(InvokeInst::Create(Callee,
NormalDest
, UnwindDest, Args),
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp
[
all
...]
Completed in 67 milliseconds