Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathProfileInfo.cpp36 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 PathProfileInfo
223 PathProfileInfo::~PathProfileInfo() { in ~PathProfileInfo()
229 void PathProfileInfo::setCurrentFunction(Function* F) { in setCurrentFunction()
[all …]
DPathProfileVerifier.cpp68 AU.addRequired<PathProfileInfo>(); in getAnalysisUsage()
69 AU.addPreserved<PathProfileInfo>(); in getAnalysisUsage()
79 PathProfileInfo& pathProfileInfo = getAnalysis<PathProfileInfo>(); in runOnModule()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DPathProfileInfo.h24 class PathProfileInfo; variable
57 double countStdDev, PathProfileInfo* ppi);
76 PathProfileInfo* _ppi;
81 class PathProfileInfo {
83 PathProfileInfo();
84 ~PathProfileInfo();