OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfilePathIterator
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
PathProfileInfo.h
33
typedef std::map<unsigned int,ProfilePath*>::iterator
ProfilePathIterator
;
93
ProfilePathIterator
pathBegin();
94
ProfilePathIterator
pathEnd();
/external/llvm/lib/Analysis/
PathProfileInfo.cpp
262
ProfilePathIterator
PathProfileInfo::pathBegin() {
267
ProfilePathIterator
PathProfileInfo::pathEnd() {
284
for(
ProfilePathIterator
pathNext = funcNext->second.begin(),
PathProfileVerifier.cpp
118
for(
ProfilePathIterator
nextPath = pathProfileInfo.pathBegin(),
Completed in 22 milliseconds