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

/external/llvm/include/llvm/Analysis/
H A DPathProfileInfo.h1 //===- PathProfileInfo.h --------------------------------------*- C++ -*---===//
24 class PathProfileInfo;
57 double countStdDev, PathProfileInfo* ppi);
76 PathProfileInfo* _ppi;
81 class PathProfileInfo { class in namespace:llvm
83 PathProfileInfo();
84 ~PathProfileInfo();
/external/llvm/lib/Analysis/
H A DPathProfileInfo.cpp1 //===- PathProfileInfo.cpp ------------------------------------*- C++ -*---===//
20 #include "llvm/Analysis/PathProfileInfo.h"
36 class PathProfileLoaderPass : public ModulePass, public PathProfileInfo {
53 if (PI == &PathProfileInfo::ID)
54 return (PathProfileInfo*)this;
88 INITIALIZE_ANALYSIS_GROUP(PathProfileInfo, "Path Profile Information",
90 INITIALIZE_AG_PASS(PathProfileLoaderPass, PathProfileInfo,
114 double countStdDev, PathProfileInfo* ppi)
214 // PathProfileInfo implementation
218 char llvm::PathProfileInfo
220 PathProfileInfo::PathProfileInfo () : _currentDag(0) , _currentFunction(0) { function in class:PathProfileInfo
[all...]

Completed in 65 milliseconds