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

  /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...]
  /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();

Completed in 2420 milliseconds