OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFirstBlockInPath
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
PathProfileInfo.h
68
BasicBlock*
getFirstBlockInPath
() const;
/external/llvm/lib/Analysis/
PathProfileVerifier.cpp
127
if (currentPath->
getFirstBlockInPath
() == &F->getEntryBlock())
128
edgeArray[arrayMap[(BasicBlock*)0][currentPath->
getFirstBlockInPath
()][0]]
PathProfileInfo.cpp
201
BasicBlock* ProfilePath::
getFirstBlockInPath
() const {
Completed in 51 milliseconds