Searched refs:MBFIWrapper (Results 1 – 12 of 12) sorted by relevance
20 BlockFrequency MBFIWrapper::getBlockFreq(const MachineBasicBlock *MBB) const { in getBlockFreq()29 void MBFIWrapper::setBlockFreq(const MachineBasicBlock *MBB, in setBlockFreq()35 MBFIWrapper::getBlockProfileCount(const MachineBasicBlock *MBB) const { in getBlockProfileCount()46 void MBFIWrapper::view(const Twine &Name, bool isSimple) { in view()50 BlockFrequency MBFIWrapper::getEntryFreq() const { return MBFI.getEntryFreq(); } in getEntryFreq()
26 class MBFIWrapper; variable34 MBFIWrapper &FreqInfo,128 MBFIWrapper &MBBFreqInfo;
34 std::unique_ptr<MBFIWrapper> MBFIW;93 MBFIW = std::make_unique<MBFIWrapper>(*MBFI); in runOnMachineFunction()
44 MBFIWrapper *MBFIW, in shouldOptimizeForSize()
132 MBFIWrapper MBBFreqInfo( in runOnMachineFunction()142 MBFIWrapper &FreqInfo, in BranchFolder()545 MBFIWrapper &MBBFreqInfo, in ProfitableToMerge()
81 MBFIWrapper *MBFIin, in initMF()
381 std::unique_ptr<MBFIWrapper> MBFI;3375 MBFI = std::make_unique<MBFIWrapper>( in runOnMachineFunction()
447 MBFIWrapper MBFI(getAnalysis<MachineBlockFrequencyInfo>()); in INITIALIZE_PASS_DEPENDENCY()
24 class MBFIWrapper; variable41 MBFIWrapper *MBFIWrapper,
26 class MBFIWrapper {28 MBFIWrapper(const MachineBlockFrequencyInfo &I) : MBFI(I) {} in MBFIWrapper() function
28 class MBFIWrapper; variable46 MBFIWrapper *MBFI;73 MBFIWrapper *MBFI,
325 SRCS_MIN+= CodeGen/MBFIWrapper.cpp