/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
D | OptimalEdgeProfiling.cpp | 45 AU.addRequired<ProfileInfo>(); in getAnalysisUsage() 59 INITIALIZE_AG_DEPENDENCY(ProfileInfo) in INITIALIZE_PASS_DEPENDENCY() 68 inline static void printEdgeCounter(ProfileInfo::Edge e, in printEdgeCounter() 139 ProfileInfo::EdgeWeights ECs = in runOnModule() 140 getAnalysis<ProfileInfo>(*F).getEdgeWeights(F); in runOnModule() 141 std::vector<ProfileInfo::EdgeWeight> EdgeVector(ECs.begin(), ECs.end()); in runOnModule() 150 ProfileInfo::Edge edge = ProfileInfo::getEdge(0, entry); in runOnModule() 173 ProfileInfo::Edge edge = ProfileInfo::getEdge(BB, 0); in runOnModule() 184 ProfileInfo::Edge edge = ProfileInfo::getEdge(BB,Succ); in runOnModule()
|
/external/swiftshader/third_party/LLVM/tools/llvm-prof/ |
D | llvm-prof.cpp | 72 if (w == ProfileInfo::MissingValue) return 0; in ignoreMissing() 78 ProfileInfo &PI; 80 ProfileAnnotator(ProfileInfo &pi) : PI(pi) {} in ProfileAnnotator() 85 if (w != ProfileInfo::MissingValue) { in emitFunctionAnnot() 93 if (w != ProfileInfo::MissingValue) { in emitBasicBlockStartAnnot() 105 std::vector<std::pair<ProfileInfo::Edge, double> > SuccCounts; in emitBasicBlockEndAnnot() 139 AU.addRequired<ProfileInfo>(); in getAnalysisUsage() 149 ProfileInfo &PI = getAnalysis<ProfileInfo>(); in runOnModule() 152 std::map<ProfileInfo::Edge, unsigned> EdgeFreqs; in runOnModule()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | BasicBlockPlacement.cpp | 52 AU.addRequired<ProfileInfo>(); in getAnalysisUsage() 58 ProfileInfo *PI; 81 INITIALIZE_AG_DEPENDENCY(ProfileInfo) in INITIALIZE_AG_DEPENDENCY() argument 88 PI = &getAnalysis<ProfileInfo>(); in runOnFunction()
|
D | CodeGenPrepare.cpp | 73 ProfileInfo *PFI; 99 AU.addPreserved<ProfileInfo>(); in getAnalysisUsage() 131 PFI = getAnalysisIfAvailable<ProfileInfo>(); in runOnFunction() 350 PFI->removeEdge(ProfileInfo::getEdge(BB, DestBB)); in EliminateMostlyEmptyBlock()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ProfileInfoLoaderPass.cpp | 40 class LoaderPass : public ModulePass, public ProfileInfo { 65 virtual void readEdge(ProfileInfo::Edge, std::vector<unsigned>&); 72 if (PI == &ProfileInfo::ID) in getAdjustedAnalysisPointer() 73 return (ProfileInfo*)this; in getAdjustedAnalysisPointer() 83 INITIALIZE_AG_PASS(LoaderPass, ProfileInfo, "profile-loader", 132 void LoaderPass::readEdge(ProfileInfo::Edge e, in readEdge()
|
D | ProfileEstimatorPass.cpp | 33 class ProfileEstimatorPass : public FunctionPass, public ProfileInfo { 64 if (PI == &ProfileInfo::ID) in getAdjustedAnalysisPointer() 65 return (ProfileInfo*)this; in getAdjustedAnalysisPointer() 76 INITIALIZE_AG_PASS_BEGIN(ProfileEstimatorPass, ProfileInfo, "profile-estimator", 79 INITIALIZE_AG_PASS_END(ProfileEstimatorPass, ProfileInfo, "profile-estimator", 97 if (w == ProfileInfo::MissingValue) return 0; in ignoreMissing() 101 static void inline printEdgeError(ProfileInfo::Edge e, const char *M) { in printEdgeError()
|
D | ProfileInfo.cpp | 32 INITIALIZE_ANALYSIS_GROUP(ProfileInfo, "Profile Information", NoProfileInfo) 392 if (getExecutionCount(NewBB) == ProfileInfo::MissingValue) succ_count++; in splitEdge() 492 static double readEdgeOrRemember(ProfileInfo::Edge edge, double w, in readEdgeOrRemember() 493 ProfileInfo::Edge &tocalc, unsigned &uncalc) { in readEdgeOrRemember() 494 if (w == ProfileInfo::MissingValue) { in readEdgeOrRemember() 572 static void readEdge(ProfileInfo *PI, ProfileInfo::Edge e, double &calcw, std::set<ProfileInfo::Edg… in readEdge() 574 if (w != ProfileInfo::MissingValue) { in readEdge() 1078 struct NoProfileInfo : public ImmutablePass, public ProfileInfo { 1089 if (PI == &ProfileInfo::ID) in getAdjustedAnalysisPointer() 1090 return (ProfileInfo*)this; in getAdjustedAnalysisPointer() [all …]
|
D | ProfileVerifierPass.cpp | 373 INITIALIZE_AG_DEPENDENCY(ProfileInfo)
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | UnreachableBlockElim.cpp | 53 AU.addPreserved<ProfileInfo>(); in getAnalysisUsage() 90 ProfileInfo *PI = getAnalysisIfAvailable<ProfileInfo>(); in runOnFunction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | BreakCriticalEdges.cpp | 47 AU.addPreserved<ProfileInfo>(); in getAnalysisUsage() 242 ProfileInfo *PI = P->getAnalysisIfAvailable<ProfileInfo>(); in SplitCriticalEdge()
|
D | Local.cpp | 464 ProfileInfo *PI = P->getAnalysisIfAvailable<ProfileInfo>(); in MergeBasicBlockIntoOnlyPred() 467 PI->removeEdge(ProfileInfo::getEdge(PredBB, DestBB)); in MergeBasicBlockIntoOnlyPred()
|
/external/ImageMagick/MagickCore/ |
D | profile.h | 28 ProfileInfo; typedef
|
D | image.h | 311 ProfileInfo
|
/external/ImageMagick/scripts/ |
D | format_c_api_docs | 163 ProfileInfo => 'types.html#ProfileInfo',
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ProfileInfo.h | 238 typedef ProfileInfoT<Function, BasicBlock> ProfileInfo; typedef
|
/external/swiftshader/third_party/LLVM/ |
D | Android.mk | 29 lib/Analysis/ProfileInfo.cpp \
|
D | Android.bp | 96 "lib/Analysis/ProfileInfo.cpp",
|
D | BUILD.gn | 102 "lib/Analysis/ProfileInfo.cpp",
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 301 using MagickCore::ProfileInfo;
|
/external/swiftshader/ |
D | CMakeLists.txt | 329 ${LLVM_DIR}/lib/Analysis/ProfileInfo.cpp
|