Searched refs:MBFIWrapper (Results 1 – 4 of 4) sorted by relevance
30 class MBFIWrapper;33 MBFIWrapper &MBFI,111 class MBFIWrapper {113 MBFIWrapper(const MachineBlockFrequencyInfo &I) : MBFI(I) {} in MBFIWrapper() function127 MBFIWrapper &MBBFreqInfo;
102 BranchFolder::MBFIWrapper MBBFreqInfo( in runOnMachineFunction()112 MBFIWrapper &FreqInfo, in BranchFolder()545 BranchFolder::MBFIWrapper::getBlockFreq(const MachineBasicBlock *MBB) const { in getBlockFreq()554 void BranchFolder::MBFIWrapper::setBlockFreq(const MachineBasicBlock *MBB, in setBlockFreq()560 BranchFolder::MBFIWrapper::printBlockFreq(raw_ostream &OS, in printBlockFreq()566 BranchFolder::MBFIWrapper::printBlockFreq(raw_ostream &OS, in printBlockFreq()
251 std::unique_ptr<BranchFolder::MBFIWrapper> MBFI;1651 MBFI = llvm::make_unique<BranchFolder::MBFIWrapper>( in runOnMachineFunction()
293 BranchFolder::MBFIWrapper MBFI(getAnalysis<MachineBlockFrequencyInfo>()); in INITIALIZE_PASS_DEPENDENCY()