Searched refs:MBFIWrapper (Results 1 – 4 of 4) sorted by relevance
37 class MBFIWrapper;41 MBFIWrapper &FreqInfo,138 class MBFIWrapper {140 MBFIWrapper(const MachineBlockFrequencyInfo &I) : MBFI(I) {} in MBFIWrapper() function158 MBFIWrapper &MBBFreqInfo;
132 BranchFolder::MBFIWrapper MBBFreqInfo( in runOnMachineFunction()144 MBFIWrapper &FreqInfo, in BranchFolder()505 BranchFolder::MBFIWrapper::getBlockFreq(const MachineBasicBlock *MBB) const { in getBlockFreq()514 void BranchFolder::MBFIWrapper::setBlockFreq(const MachineBasicBlock *MBB, in setBlockFreq()520 BranchFolder::MBFIWrapper::printBlockFreq(raw_ostream &OS, in printBlockFreq()526 BranchFolder::MBFIWrapper::printBlockFreq(raw_ostream &OS, in printBlockFreq()531 void BranchFolder::MBFIWrapper::view(const Twine &Name, bool isSimple) { in view()536 BranchFolder::MBFIWrapper::getEntryFreq() const { in getEntryFreq()594 BranchFolder::MBFIWrapper &MBBFreqInfo, in ProfitableToMerge()
349 std::unique_ptr<BranchFolder::MBFIWrapper> MBFI;3049 MBFI = std::make_unique<BranchFolder::MBFIWrapper>( in runOnMachineFunction()
450 BranchFolder::MBFIWrapper MBFI(getAnalysis<MachineBlockFrequencyInfo>()); in INITIALIZE_PASS_DEPENDENCY()