OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSuccessorIndex
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
CFGPrinter.h
92
unsigned SuccNo = I.
getSuccessorIndex
();
/external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h
117
return SplitCriticalEdge(BB->getTerminator(), SI.
getSuccessorIndex
(), P);
/external/llvm/include/llvm/Support/
CFG.h
132
///
getSuccessorIndex
- This is used to interface between code that wants to
134
unsigned
getSuccessorIndex
() const { return idx; }
Completed in 4117 milliseconds