HomeSort by relevance Sort by last modified time
    Searched refs:ProfilePath (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
PathProfileInfo.h 22 class ProfilePath;
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;
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 112 ProfilePath::ProfilePath (unsigned int number, unsigned int count,
116 double ProfilePath::getFrequency() const {
137 ProfilePathEdgeVector* ProfilePath::getPathEdges() const {
176 ProfilePathBlockVector* ProfilePath::getPathBlocks() const {
201 BasicBlock* ProfilePath::getFirstBlockInPath() const {
252 ProfilePath* PathProfileInfo::getPath(unsigned int number) {
391 = new ProfilePath(pathTable[j].pathNumber, pathTable[j].pathCounter,
PathProfileVerifier.cpp 121 ProfilePath* currentPath = nextPath->second;

Completed in 3681 milliseconds