/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | ProfileSummaryInfoTest.cpp | 103 ProfileSummaryInfo PSI = buildPSI(M.get()); in TEST_F() local 134 ProfileSummaryInfo PSI = buildPSI(M.get()); in TEST_F() local 149 ProfileSummaryInfo PSI = buildPSI(M.get()); in TEST_F() local 181 ProfileSummaryInfo PSI = buildPSI(M.get()); in TEST_F() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 351 bool ICallPromotionFunc::processFunction(ProfileSummaryInfo *PSI) { in processFunction() 382 static bool promoteIndirectCalls(Module &M, ProfileSummaryInfo *PSI, in promoteIndirectCalls() 428 ProfileSummaryInfo *PSI = in runOnModule() local 438 ProfileSummaryInfo *PSI = &AM.getResult<ProfileSummaryAnalysis>(M); in run() local
|
/external/llvm/include/llvm/Transforms/IPO/ |
D | InlinerPass.h | 89 ProfileSummaryInfo *PSI; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/ |
D | Inliner.h | 77 ProfileSummaryInfo *PSI; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
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() local 622 auto &PSI = *getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnModule() local
|
D | ProfileSummaryInfo.cpp | 296 ProfileSummaryInfo &PSI = AM.getResult<ProfileSummaryAnalysis>(M); in run() local
|
D | InlineCost.cpp | 109 ProfileSummaryInfo *PSI; member in __anon5999813e0111::CallAnalyzer 275 ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE, in CallAnalyzer() 1951 ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE) { in getInlineCost() 1961 ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE) { in getInlineCost()
|
/external/llvm/include/llvm/Analysis/ |
D | ProfileSummaryInfo.h | 66 std::unique_ptr<ProfileSummaryInfo> PSI; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ProfileSummaryInfo.h | 131 std::unique_ptr<ProfileSummaryInfo> PSI; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Cloning.h | 191 ProfileSummaryInfo *PSI; variable
|
/external/llvm/lib/Analysis/ |
D | ProfileSummaryInfo.cpp | 152 ProfileSummaryInfo &PSI = AM.getResult<ProfileSummaryAnalysis>(M); in run() local
|
D | InlineCost.cpp | 82 ProfileSummaryInfo *PSI; member in __anond8f3b4e60111::CallAnalyzer 207 ProfileSummaryInfo *PSI, Function &Callee, int Threshold, in CallAnalyzer() 1450 ProfileSummaryInfo *PSI) { in getInlineCost() 1472 ProfileSummaryInfo *PSI) { in getInlineCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ThinLTOBitcodeWriter.cpp | 205 ProfileSummaryInfo PSI(M); in splitAndWriteThinLTOBitcode() local 381 ProfileSummaryInfo PSI(M); in splitAndWriteThinLTOBitcode() local
|
D | SampleProfile.cpp | 295 ProfileSummaryInfo *PSI = nullptr; member in __anon535113db0111::SampleProfileLoader 360 ProfileSummaryInfo *PSI) { in callsiteIsHot() 1579 ProfileSummaryInfo *PSI = in runOnModule() local 1623 ProfileSummaryInfo *PSI = &AM.getResult<ProfileSummaryAnalysis>(M); in run() local
|
D | Inliner.cpp | 467 ProfileSummaryInfo *PSI, TargetLibraryInfo &TLI, in inlineCallsImpl() 813 ProfileSummaryInfo *PSI = MAM.getCachedResult<ProfileSummaryAnalysis>(M); in run() local
|
D | PartialInlining.cpp | 271 ProfileSummaryInfo *PSI; member 361 ProfileSummaryInfo *PSI = in runOnModule() local 1505 ProfileSummaryInfo *PSI = &AM.getResult<ProfileSummaryAnalysis>(M); in run() local
|
/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/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 351 for (ExplodedNodeSet::iterator PSI = Dst.begin(), PSE = Dst.end(); in processCallExit() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 1309 ProfileSummaryInfo *PSI = in run() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 492 ProfileSummaryInfo PSI(TheModule); in ProcessThinLTOModule() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 400 ProfileSummaryInfo *PSI = in runOnFunction() local
|