Searched defs:ProfilePath (Results 1 - 2 of 2) sorted by relevance

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

Completed in 168 milliseconds