Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DPathProfileInfo.h22 class ProfilePath; variable
32 typedef std::map<unsigned int,ProfilePath*> ProfilePathMap;
33 typedef std::map<unsigned int,ProfilePath*>::iterator ProfilePathIterator;
54 class ProfilePath {
56 ProfilePath(unsigned int number, unsigned int count,
90 ProfilePath* getPath(unsigned int number);
108 friend class ProfilePath; variable
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathProfileInfo.cpp113 ProfilePath::ProfilePath (unsigned int number, unsigned int count, in ProfilePath() function in ProfilePath
117 double ProfilePath::getFrequency() const { in getFrequency()
138 ProfilePathEdgeVector* ProfilePath::getPathEdges() const { in getPathEdges()
177 ProfilePathBlockVector* ProfilePath::getPathBlocks() const { in getPathBlocks()
202 BasicBlock* ProfilePath::getFirstBlockInPath() const { in getFirstBlockInPath()
253 ProfilePath* PathProfileInfo::getPath(unsigned int number) { in getPath()
392 = new ProfilePath(pathTable[j].pathNumber, pathTable[j].pathCounter, in handlePathInfo()
DPathProfileVerifier.cpp122 ProfilePath* currentPath = nextPath->second; in runOnModule()