Searched refs:PathProfileInfo (Results 1 – 3 of 3) sorted by relevance
36 class PathProfileLoaderPass : public ModulePass, public PathProfileInfo {53 if (PI == &PathProfileInfo::ID) in getAdjustedAnalysisPointer()54 return (PathProfileInfo*)this; in getAdjustedAnalysisPointer()88 INITIALIZE_ANALYSIS_GROUP(PathProfileInfo, "Path Profile Information",90 INITIALIZE_AG_PASS(PathProfileLoaderPass, PathProfileInfo,114 double countStdDev, PathProfileInfo* ppi) in ProfilePath()218 char llvm::PathProfileInfo::ID = 0;220 PathProfileInfo::PathProfileInfo () : _currentDag(0) , _currentFunction(0) { in PathProfileInfo() function in PathProfileInfo223 PathProfileInfo::~PathProfileInfo() { in ~PathProfileInfo()229 void PathProfileInfo::setCurrentFunction(Function* F) { in setCurrentFunction()[all …]
68 AU.addRequired<PathProfileInfo>(); in getAnalysisUsage()69 AU.addPreserved<PathProfileInfo>(); in getAnalysisUsage()79 PathProfileInfo& pathProfileInfo = getAnalysis<PathProfileInfo>(); in runOnModule()
24 class PathProfileInfo; variable57 double countStdDev, PathProfileInfo* ppi);76 PathProfileInfo* _ppi;81 class PathProfileInfo {83 PathProfileInfo();84 ~PathProfileInfo();