HomeSort by relevance Sort by last modified time
    Searched refs:ProfileSummaryInfoWrapperPass (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 128 ProfileSummaryInfo *ProfileSummaryInfoWrapperPass::getPSI(Module &M) {
134 INITIALIZE_PASS(ProfileSummaryInfoWrapperPass, "profile-summary-info",
137 ProfileSummaryInfoWrapperPass::ProfileSummaryInfoWrapperPass()
166 char ProfileSummaryInfoWrapperPass::ID = 0;
  /external/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h 65 class ProfileSummaryInfoWrapperPass : public ImmutablePass {
70 ProfileSummaryInfoWrapperPass();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 270 INITIALIZE_PASS(ProfileSummaryInfoWrapperPass, "profile-summary-info",
273 ProfileSummaryInfoWrapperPass::ProfileSummaryInfoWrapperPass()
278 bool ProfileSummaryInfoWrapperPass::doInitialization(Module &M) {
283 bool ProfileSummaryInfoWrapperPass::doFinalization(Module &M) {
310 char ProfileSummaryInfoWrapperPass::ID = 0;
ModuleSummaryAnalysis.cpp 608 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass)
622 auto &PSI = *getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();
642 AU.addRequired<ProfileSummaryInfoWrapperPass>();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h 130 class ProfileSummaryInfoWrapperPass : public ImmutablePass {
135 ProfileSummaryInfoWrapperPass();
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 69 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass)
InlineSimple.cpp 81 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass)
Inliner.cpp 60 AU.addRequired<ProfileSummaryInfoWrapperPass>();
379 PSI = getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(CG.getModule());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
InlineSimple.cpp 92 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass)
AlwaysInliner.cpp 124 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass)
PartialInlining.cpp 350 AU.addRequired<ProfileSummaryInfoWrapperPass>();
362 getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();
    [all...]
SampleProfile.cpp 337 AU.addRequired<ProfileSummaryInfoWrapperPass>();
    [all...]
Inliner.cpp 125 AU.addRequired<ProfileSummaryInfoWrapperPass>();
695 PSI = getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 130 AU.addRequired<ProfileSummaryInfoWrapperPass>();
155 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass)
429 getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUInline.cpp 86 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CodeGenPrepare.cpp 317 AU.addRequired<ProfileSummaryInfoWrapperPass>();
369 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass)
401 getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();
    [all...]

Completed in 129 milliseconds