Searched refs:MBFIWrapper (Results 1 – 4 of 4) sorted by relevance
37 class MBFIWrapper;41 MBFIWrapper &FreqInfo,137 class MBFIWrapper {139 MBFIWrapper(const MachineBlockFrequencyInfo &I) : MBFI(I) {} in MBFIWrapper() function156 MBFIWrapper &MBBFreqInfo;
129 BranchFolder::MBFIWrapper MBBFreqInfo( in runOnMachineFunction()139 MBFIWrapper &FreqInfo, in BranchFolder()551 BranchFolder::MBFIWrapper::getBlockFreq(const MachineBasicBlock *MBB) const { in getBlockFreq()560 void BranchFolder::MBFIWrapper::setBlockFreq(const MachineBasicBlock *MBB, in setBlockFreq()566 BranchFolder::MBFIWrapper::printBlockFreq(raw_ostream &OS, in printBlockFreq()572 BranchFolder::MBFIWrapper::printBlockFreq(raw_ostream &OS, in printBlockFreq()577 void BranchFolder::MBFIWrapper::view(const Twine &Name, bool isSimple) { in view()582 BranchFolder::MBFIWrapper::getEntryFreq() const { in getEntryFreq()
346 std::unique_ptr<BranchFolder::MBFIWrapper> MBFI;2740 MBFI = llvm::make_unique<BranchFolder::MBFIWrapper>( in runOnMachineFunction()
347 BranchFolder::MBFIWrapper MBFI(getAnalysis<MachineBlockFrequencyInfo>()); in INITIALIZE_PASS_DEPENDENCY()