Home
last modified time | relevance | path

Searched refs:ProfilePathIterator (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DPathProfileInfo.h33 typedef std::map<unsigned int,ProfilePath*>::iterator ProfilePathIterator; typedef
93 ProfilePathIterator pathBegin();
94 ProfilePathIterator pathEnd();
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathProfileInfo.cpp263 ProfilePathIterator PathProfileInfo::pathBegin() { in pathBegin()
268 ProfilePathIterator PathProfileInfo::pathEnd() { in pathEnd()
285 for( ProfilePathIterator pathNext = funcNext->second.begin(), in ~PathProfileLoaderPass()
DPathProfileVerifier.cpp119 for( ProfilePathIterator nextPath = pathProfileInfo.pathBegin(), in runOnModule()