/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ProfileSummaryInfo.cpp | 73 bool ProfileSummaryInfo::computeSummary() { in computeSummary() 84 ProfileSummaryInfo::getProfileCount(const Instruction *Inst, in getProfileCount() 108 bool ProfileSummaryInfo::isFunctionEntryHot(const Function *F) { in isFunctionEntryHot() 123 bool ProfileSummaryInfo::isFunctionHotInCallGraph(const Function *F, in isFunctionHotInCallGraph() 152 bool ProfileSummaryInfo::isFunctionColdInCallGraph(const Function *F, in isFunctionColdInCallGraph() 179 bool ProfileSummaryInfo::isFunctionEntryCold(const Function *F) { in isFunctionEntryCold() 194 void ProfileSummaryInfo::computeThresholds() { in computeThresholds() 208 bool ProfileSummaryInfo::hasHugeWorkingSetSize() { in hasHugeWorkingSetSize() 214 bool ProfileSummaryInfo::isHotCount(uint64_t C) { in isHotCount() 220 bool ProfileSummaryInfo::isColdCount(uint64_t C) { in isColdCount() [all …]
|
D | ModuleSummaryAnalysis.cpp | 122 ProfileSummaryInfo *PSI) { in getHotness() 225 ProfileSummaryInfo *PSI, bool HasLocalsInUsedOrAsm, in computeFunctionSummary() 422 ProfileSummaryInfo *PSI) { in buildModuleSummaryIndex() 592 ProfileSummaryInfo &PSI = AM.getResult<ProfileSummaryAnalysis>(M); in run()
|
D | CMakeLists.txt | 70 ProfileSummaryInfo.cpp
|
D | InlineCost.cpp | 109 ProfileSummaryInfo *PSI; 275 ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE, in CallAnalyzer() 1951 ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE) { in getInlineCost() 1961 ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE) { in getInlineCost()
|
/external/llvm/lib/Analysis/ |
D | ProfileSummaryInfo.cpp | 57 void ProfileSummaryInfo::computeSummary() { in computeSummary() 69 bool ProfileSummaryInfo::isHotFunction(const Function *F) { in isHotFunction() 85 bool ProfileSummaryInfo::isColdFunction(const Function *F) { in isColdFunction() 104 void ProfileSummaryInfo::computeThresholds() { in computeThresholds() 116 bool ProfileSummaryInfo::isHotCount(uint64_t C) { in isHotCount() 122 bool ProfileSummaryInfo::isColdCount(uint64_t C) { in isColdCount() 128 ProfileSummaryInfo *ProfileSummaryInfoWrapperPass::getPSI(Module &M) { in getPSI() 130 PSI.reset(new ProfileSummaryInfo(M)); in getPSI() 143 ProfileSummaryInfo ProfileSummaryAnalysis::run(Module &M, in run() 145 return ProfileSummaryInfo(M); in run() [all …]
|
D | CMakeLists.txt | 63 ProfileSummaryInfo.cpp
|
D | InlineCost.cpp | 82 ProfileSummaryInfo *PSI; 207 ProfileSummaryInfo *PSI, Function &Callee, int Threshold, in CallAnalyzer() 1450 ProfileSummaryInfo *PSI) { in getInlineCost() 1472 ProfileSummaryInfo *PSI) { in getInlineCost()
|
/external/llvm/include/llvm/Analysis/ |
D | ProfileSummaryInfo.h | 41 class ProfileSummaryInfo { 51 ProfileSummaryInfo(Module &M) : M(M) {} in ProfileSummaryInfo() function 52 ProfileSummaryInfo(ProfileSummaryInfo &&Arg) in ProfileSummaryInfo() function 66 std::unique_ptr<ProfileSummaryInfo> PSI; 72 ProfileSummaryInfo *getPSI(Module &M); 82 typedef ProfileSummaryInfo Result;
|
D | InlineCost.h | 26 class ProfileSummaryInfo; variable 115 AssumptionCacheTracker *ACT, ProfileSummaryInfo *PSI); 124 AssumptionCacheTracker *ACT, ProfileSummaryInfo *PSI);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ProfileSummaryInfo.h | 44 class ProfileSummaryInfo { 58 ProfileSummaryInfo(Module &M) : M(M) {} in ProfileSummaryInfo() function 59 ProfileSummaryInfo(ProfileSummaryInfo &&Arg) in ProfileSummaryInfo() function 131 std::unique_ptr<ProfileSummaryInfo> PSI; 137 ProfileSummaryInfo *getPSI() { in getPSI() 152 typedef ProfileSummaryInfo Result;
|
D | InlineCost.h | 29 class ProfileSummaryInfo; variable 196 ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE = nullptr); 208 ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE);
|
D | ModuleSummaryAnalysis.h | 28 class ProfileSummaryInfo; variable 39 ProfileSummaryInfo *PSI);
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | ProfileSummaryInfoTest.cpp | 38 ProfileSummaryInfo buildPSI(Module *M) { in buildPSI() 39 return ProfileSummaryInfo(*M); in buildPSI() 103 ProfileSummaryInfo PSI = buildPSI(M.get()); in TEST_F() 134 ProfileSummaryInfo PSI = buildPSI(M.get()); in TEST_F() 149 ProfileSummaryInfo PSI = buildPSI(M.get()); in TEST_F() 181 ProfileSummaryInfo PSI = buildPSI(M.get()); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 213 bool processFunction(ProfileSummaryInfo *PSI); 351 bool ICallPromotionFunc::processFunction(ProfileSummaryInfo *PSI) { in processFunction() 382 static bool promoteIndirectCalls(Module &M, ProfileSummaryInfo *PSI, in promoteIndirectCalls() 428 ProfileSummaryInfo *PSI = in runOnModule() 438 ProfileSummaryInfo *PSI = &AM.getResult<ProfileSummaryAnalysis>(M); in run()
|
/external/llvm/include/llvm/Transforms/IPO/ |
D | InlinerPass.h | 27 class ProfileSummaryInfo; variable 89 ProfileSummaryInfo *PSI;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Cloning.h | 47 class ProfileSummaryInfo; variable 181 ProfileSummaryInfo *PSI = nullptr, 191 ProfileSummaryInfo *PSI;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/ |
D | Inliner.h | 26 class ProfileSummaryInfo; variable 77 ProfileSummaryInfo *PSI;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 136 ProfileSummaryInfo *PSI) const; 138 ProfileSummaryInfo *PSI) const; 141 ProfileSummaryInfo *PSI) const; 195 ProfileSummaryInfo *_PSI); 295 ProfileSummaryInfo *PSI = nullptr; 360 ProfileSummaryInfo *PSI) { in callsiteIsHot() 390 ProfileSummaryInfo *PSI) const { in countUsedRecords() 415 ProfileSummaryInfo *PSI) const { in countBodyRecords() 434 ProfileSummaryInfo *PSI) const { in countBodySamples() 1535 ProfileSummaryInfo *_PSI) { in runOnModule() [all …]
|
D | ThinLTOBitcodeWriter.cpp | 205 ProfileSummaryInfo PSI(M); in splitAndWriteThinLTOBitcode() 381 ProfileSummaryInfo PSI(M); in splitAndWriteThinLTOBitcode()
|
D | PartialInlining.cpp | 205 ProfileSummaryInfo *ProfSI) in PartialInlinerImpl() 271 ProfileSummaryInfo *PSI; 361 ProfileSummaryInfo *PSI = in runOnModule() 1505 ProfileSummaryInfo *PSI = &AM.getResult<ProfileSummaryAnalysis>(M); in run()
|
D | Inliner.cpp | 467 ProfileSummaryInfo *PSI, TargetLibraryInfo &TLI, in inlineCallsImpl() 813 ProfileSummaryInfo *PSI = MAM.getCachedResult<ProfileSummaryAnalysis>(M); in run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/ |
D | warm-inline-instance.ll | 58 ; ProfileSummaryInfo, we will still regard the callsite of foo as hot and
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1437 ProfileSummaryInfo *PSI, in updateCallProfile() 1466 ProfileSummaryInfo *PSI) { in updateCalleeCount()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 492 ProfileSummaryInfo PSI(TheModule); in ProcessThinLTOModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 1309 ProfileSummaryInfo *PSI = in run()
|