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
263
ProfilePathIterator
PathProfileInfo::pathBegin() {
268
ProfilePathIterator
PathProfileInfo::pathEnd() {
285
for(
ProfilePathIterator
pathNext = funcNext->second.begin(),
PathProfileVerifier.cpp
119
for(
ProfilePathIterator
nextPath = pathProfileInfo.pathBegin(),
Completed in 21 milliseconds