Home
last modified time | relevance | path

Searched defs:PSI (Results 1 – 25 of 51) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSizeOpts.cpp30 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()
DTailDuplication.cpp87 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction() local
DExpandMemCmp.cpp728 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()
DBranchFolding.h160 ProfileSummaryInfo *PSI; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSizeOpts.h42 bool shouldFuncOptimizeForSizeImpl(const FuncT *F, ProfileSummaryInfo *PSI, in shouldFuncOptimizeForSizeImpl()
67 bool shouldOptimizeForSizeImpl(const BlockT *BB, ProfileSummaryInfo *PSI, in shouldOptimizeForSizeImpl()
DSimplifyLibCalls.h107 ProfileSummaryInfo *PSI; variable
DCloning.h188 ProfileSummaryInfo *PSI; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSizeOpts.cpp77 bool llvm::shouldOptimizeForSize(const Function *F, ProfileSummaryInfo *PSI, in shouldOptimizeForSize()
84 bool llvm::shouldOptimizeForSize(const BasicBlock *BB, ProfileSummaryInfo *PSI, in shouldOptimizeForSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp352 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp168 ProfileSummaryInfo* PSI) in LoadEliminationForLoop()
594 ProfileSummaryInfo *PSI; member in __anon691edd1d0311::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
DLoopUnrollPass.cpp179 BlockFrequencyInfo *BFI, ProfileSummaryInfo *PSI, int OptLevel, in gatherUnrollingPreferences()
1017 ProfileSummaryInfo *PSI, bool PreserveLCSSA, int OptLevel, in tryToUnrollLoop()
1426 ProfileSummaryInfo *PSI = in run() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DInliner.h76 ProfileSummaryInfo *PSI; member
DHotColdSplitting.h53 ProfileSummaryInfo *PSI; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTailDuplicator.h46 ProfileSummaryInfo *PSI; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp127 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
DInlineCost.cpp113 ProfileSummaryInfo *PSI; member in __anon20a3d8120111::CallAnalyzer
343 ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE, in CallAnalyzer()
631 ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE, Function &Callee, in InlineCostCallAnalyzer()
2109 ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE) { in getInlineCost()
2119 ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE) { in getInlineCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp207 ProfileSummaryInfo PSI(M); in splitAndWriteThinLTOBitcode() local
391 ProfileSummaryInfo PSI(M); in splitAndWriteThinLTOBitcode() local
469 ProfileSummaryInfo PSI(M); in writeThinLTOBitcode() local
DHotColdSplitting.cpp680 ProfileSummaryInfo *PSI = in runOnModule() local
727 ProfileSummaryInfo *PSI = &AM.getResult<ProfileSummaryAnalysis>(M); in run() local
DSampleProfile.cpp431 ProfileSummaryInfo *PSI = nullptr; member in __anon8b1c592f0111::SampleProfileLoader
530 ProfileSummaryInfo *PSI) { in callsiteIsHot()
1893 ProfileSummaryInfo *PSI = in runOnModule() local
1979 ProfileSummaryInfo *PSI = &AM.getResult<ProfileSummaryAnalysis>(M); in run() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h160 std::unique_ptr<ProfileSummaryInfo> PSI; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorize.h144 ProfileSummaryInfo *PSI; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86PadShortFunction.cpp117 auto *PSI = in runOnMachineFunction() local
DX86FixupBWInsts.cpp149 ProfileSummaryInfo *PSI; member in __anone8a9ee4e0111::FixupBWInstPass
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h155 ProfileSummaryInfo *PSI; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h329 ProfileSummaryInfo *PSI; variable
342 ProfileSummaryInfo *PSI, const DataLayout &DL, LoopInfo *LI) in InstCombiner()

123