/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ProfileSummaryInfo.h | 166 ProfileSummaryInfo &getPSI() { return *PSI; } in getPSI() function 167 const ProfileSummaryInfo &getPSI() const { return *PSI; } in getPSI() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ProfileSummaryInfo.h | 193 ProfileSummaryInfo &getPSI() { return *PSI; } in getPSI() function 194 const ProfileSummaryInfo &getPSI() const { return *PSI; } in getPSI() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TailDuplication.cpp | 87 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
|
D | MachineCombiner.cpp | 653 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
|
D | ExpandMemCmp.cpp | 808 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnFunction()
|
/external/llvm/include/llvm/Analysis/ |
D | ProfileSummaryInfo.h | 72 ProfileSummaryInfo *getPSI(Module &M);
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TailDuplication.cpp | 88 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
|
D | MachineFunctionSplitter.cpp | 122 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
|
D | MachineCombiner.cpp | 657 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
|
/external/llvm/lib/Analysis/ |
D | ProfileSummaryInfo.cpp | 128 ProfileSummaryInfo *ProfileSummaryInfoWrapperPass::getPSI(Module &M) { in getPSI() function in ProfileSummaryInfoWrapperPass
|
/external/llvm-project/llvm/lib/Analysis/ |
D | OptimizationRemarkEmitter.cpp | 106 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI()) in runOnFunction()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86PadShortFunction.cpp | 119 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
|
D | X86FixupBWInsts.cpp | 166 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
|
D | X86OptimizeLEAs.cpp | 694 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86PadShortFunction.cpp | 118 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
|
D | X86FixupBWInsts.cpp | 166 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
|
D | X86OptimizeLEAs.cpp | 694 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 428 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnModule()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 433 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnModule()
|
/external/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 379 PSI = getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(CG.getModule()); in inlineCalls()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 646 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | HotColdSplitting.cpp | 681 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnModule()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | HotColdSplitting.cpp | 699 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnModule()
|
D | Inliner.cpp | 547 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in inlineCalls()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 661 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnFunction()
|