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

  /external/llvm/include/llvm/Analysis/
PathProfileInfo.h 1 //===- PathProfileInfo.h --------------------------------------*- C++ -*---===//
24 class PathProfileInfo;
57 double countStdDev, PathProfileInfo* ppi);
76 PathProfileInfo* _ppi;
81 class PathProfileInfo {
83 PathProfileInfo();
84 ~PathProfileInfo();
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 1 //===- PathProfileInfo.cpp ------------------------------------*- C++ -*---===//
16 #include "llvm/Analysis/PathProfileInfo.h"
35 class PathProfileLoaderPass : public ModulePass, public PathProfileInfo {
52 if (PI == &PathProfileInfo::ID)
53 return (PathProfileInfo*)this;
87 INITIALIZE_ANALYSIS_GROUP(PathProfileInfo, "Path Profile Information",
89 INITIALIZE_AG_PASS(PathProfileLoaderPass, PathProfileInfo,
113 double countStdDev, PathProfileInfo* ppi)
213 // PathProfileInfo implementation
217 char llvm::PathProfileInfo::ID = 0
    [all...]
PathProfileVerifier.cpp 17 #include "llvm/Analysis/PathProfileInfo.h"
67 AU.addRequired<PathProfileInfo>();
68 AU.addPreserved<PathProfileInfo>();
78 PathProfileInfo& pathProfileInfo = getAnalysis<PathProfileInfo>();
111 pathProfileInfo.setCurrentFunction(F);
114 << pathProfileInfo.pathsRun()
115 << "/" << pathProfileInfo.getPotentialPathCount()
118 for( ProfilePathIterator nextPath = pathProfileInfo.pathBegin()
    [all...]
Android.mk 41 PathProfileInfo.cpp \

Completed in 2113 milliseconds