| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | MachineSizeOpts.cpp | 30 ProfileSummaryInfo *PSI, in isColdBlock() 39 ProfileSummaryInfo *PSI, in isHotBlockNthPercentile() 49 ProfileSummaryInfo *PSI, in isFunctionColdInCallGraph() 65 ProfileSummaryInfo *PSI, in isFunctionHotInCallGraphNthPercentile() 109 ProfileSummaryInfo *PSI, in shouldOptimizeForSize() 117 ProfileSummaryInfo *PSI, in shouldOptimizeForSize()
|
| D | ExpandMemCmp.cpp | 728 ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) { in expandMemCmp() 808 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnFunction() local 839 const DataLayout& DL, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) { in runOnBlock() 858 const TargetLowering* TL, ProfileSummaryInfo *PSI, in runImpl()
|
| D | TailDuplication.cpp | 87 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction() local
|
| D | BranchFolding.h | 160 ProfileSummaryInfo *PSI; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
| D | SizeOpts.h | 42 bool shouldFuncOptimizeForSizeImpl(const FuncT *F, ProfileSummaryInfo *PSI, in shouldFuncOptimizeForSizeImpl() 67 bool shouldOptimizeForSizeImpl(const BlockT *BB, ProfileSummaryInfo *PSI, in shouldOptimizeForSizeImpl()
|
| D | SimplifyLibCalls.h | 107 ProfileSummaryInfo *PSI; variable
|
| D | Cloning.h | 188 ProfileSummaryInfo *PSI; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | SizeOpts.cpp | 77 bool llvm::shouldOptimizeForSize(const Function *F, ProfileSummaryInfo *PSI, in shouldOptimizeForSize() 84 bool llvm::shouldOptimizeForSize(const BasicBlock *BB, ProfileSummaryInfo *PSI, in shouldOptimizeForSize()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | IndirectCallPromotion.cpp | 352 bool ICallPromotionFunc::processFunction(ProfileSummaryInfo *PSI) { in processFunction() 383 static bool promoteIndirectCalls(Module &M, ProfileSummaryInfo *PSI, in promoteIndirectCalls() 427 ProfileSummaryInfo *PSI = in runOnModule() local 437 ProfileSummaryInfo *PSI = &AM.getResult<ProfileSummaryAnalysis>(M); in run() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | LoopLoadElimination.cpp | 168 ProfileSummaryInfo* PSI) in LoadEliminationForLoop() 594 ProfileSummaryInfo *PSI; member in __anon0c7f344f0311::LoadEliminationForLoop 602 BlockFrequencyInfo *BFI, ProfileSummaryInfo *PSI, in eliminateLoadsAcrossLoops() 646 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnFunction() local 701 auto *PSI = MAM.getCachedResult<ProfileSummaryAnalysis>(*F.getParent()); in run() local
|
| /external/llvm/include/llvm/Transforms/IPO/ |
| D | InlinerPass.h | 89 ProfileSummaryInfo *PSI; member
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
| D | Inliner.h | 76 ProfileSummaryInfo *PSI; member
|
| D | HotColdSplitting.h | 53 ProfileSummaryInfo *PSI; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ModuleSummaryAnalysis.cpp | 127 ProfileSummaryInfo *PSI) { in getHotness() 244 ProfileSummaryInfo *PSI, DominatorTree &DT, in computeFunctionSummary() 643 ProfileSummaryInfo *PSI) { in buildModuleSummaryIndex() 833 ProfileSummaryInfo &PSI = AM.getResult<ProfileSummaryAnalysis>(M); in run() local 863 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnModule() local
|
| /external/llvm/include/llvm/Analysis/ |
| D | ProfileSummaryInfo.h | 66 std::unique_ptr<ProfileSummaryInfo> PSI; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | TailDuplicator.h | 46 ProfileSummaryInfo *PSI; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | ThinLTOBitcodeWriter.cpp | 207 ProfileSummaryInfo PSI(M); in splitAndWriteThinLTOBitcode() local 391 ProfileSummaryInfo PSI(M); in splitAndWriteThinLTOBitcode() local 469 ProfileSummaryInfo PSI(M); in writeThinLTOBitcode() local
|
| D | HotColdSplitting.cpp | 680 ProfileSummaryInfo *PSI = in runOnModule() local 727 ProfileSummaryInfo *PSI = &AM.getResult<ProfileSummaryAnalysis>(M); in run() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | ProfileSummaryInfo.h | 160 std::unique_ptr<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 __anon023643a20111::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-10.0/llvm/include/llvm/Transforms/Vectorize/ |
| D | LoopVectorize.h | 144 ProfileSummaryInfo *PSI; member
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86PadShortFunction.cpp | 117 auto *PSI = in runOnMachineFunction() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineInternal.h | 329 ProfileSummaryInfo *PSI; variable 342 ProfileSummaryInfo *PSI, const DataLayout &DL, LoopInfo *LI) in InstCombiner()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
| D | ConstantHoisting.h | 155 ProfileSummaryInfo *PSI; variable
|