Home
last modified time | relevance | path

Searched refs:getMBFI (Results 1 – 24 of 24) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineBlockFrequencyInfo.h151 MachineBlockFrequencyInfo &getMBFI() { return MBFI; } in getMBFI() function
153 const MachineBlockFrequencyInfo &getMBFI() const { return MBFI; } in getMBFI() function
HDMBFIWrapper.h37 const MachineBlockFrequencyInfo &getMBFI() const { return MBFI; } in getMBFI() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineSizeOpts.cpp50 return shouldOptimizeForSizeImpl(BlockFreq, PSI, &MBFIW->getMBFI(), in shouldOptimizeForSize()
HDLazyMachineBlockFrequencyInfo.cpp58 return MBFIWrapper->getMBFI(); in calculateIfNotAvailable()
HDMachineFunctionSplitter.cpp153 MBFI = &getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI(); in runOnMachineFunction()
HDRegAllocBasic.cpp315 getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI()); in runOnMachineFunction()
HDMachineBlockPlacement.cpp1738 << printBlockFreq(MBFI->getMBFI(), CandidateFreq) in selectBestCandidateBlock()
2136 << printBlockFreq(MBFI->getMBFI(), *Pred) << " freq\n"); in findBestLoopTopHelper()
2283 << printBlockFreq(MBFI->getMBFI(), ExitEdgeFreq) << ")\n"); in findBestLoopExit()
2578 << printBlockFreq(MBFI->getMBFI(), Cost) << "\n"); in rotateLoopWithProfile()
3430 getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI()); in runOnMachineFunction()
3476 llvm::shouldOptimizeForSize(&MF, PSI, &MBFI->getMBFI()); in runOnMachineFunction()
3758 MBFI = &getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI(); in INITIALIZE_PASS_DEPENDENCY()
HDSpillPlacement.cpp203 MBFI = &getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI(); in runOnMachineFunction()
HDMLRegAllocEvictAdvisor.cpp410 getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI(), in getAdvisor()
549 getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI(), in getAdvisor()
1145 MF, getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI()) in runOnMachineFunction()
HDMIRSampleProfile.cpp366 MBFI = &getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI(); in runOnMachineFunction()
HDStackSlotColoring.cpp527 MBFI = &getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI(); in runOnMachineFunction()
HDInlineSpiller.cpp140 pass.getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI()), in HoistSpillHelper()
198 Pass.getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI()), in InlineSpiller()
HDShrinkWrap.cpp232 MBFI = &getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI(); in init()
HDMachineCSE.cpp947 MBFI = &getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI(); in runOnMachineFunction()
HDRegAllocPBQP.cpp796 getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI(); in runOnMachineFunction()
HDMachineLICM.cpp376 MBFI = &getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI(); in INITIALIZE_PASS_DEPENDENCY()
HDMachineSink.cpp726 ? &getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI() in runOnMachineFunction()
HDBranchFolding.cpp132 getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI()); in runOnMachineFunction()
HDIfConversion.cpp448 getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI()); in INITIALIZE_PASS_DEPENDENCY()
HDRegAllocGreedy.cpp2729 MBFI = &getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI(); in runOnMachineFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDRegBankSelect.cpp88 MBFI = &getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI(); in init()
926 return MBFIWrapper->getMBFI().getBlockFreq(Instr.getParent()).getFrequency(); in frequency()
934 return MBFIWrapper->getMBFI().getBlockFreq(&MBB).getFrequency(); in frequency()
955 const auto *MBFI = &MBFIWrapper->getMBFI(); in frequency()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonLoopAlign.cpp153 &getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI(); in attemptToBalignSmallLoop()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyRegColoring.cpp236 &getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI(); in runOnMachineFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCMIPeephole.cpp205 MBFI = &getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI(); in initialize()