Home
last modified time | relevance | path

Searched refs:MBFIWrapper (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DBranchFolding.h37 class MBFIWrapper;
41 MBFIWrapper &FreqInfo,
137 class MBFIWrapper {
139 MBFIWrapper(const MachineBlockFrequencyInfo &I) : MBFI(I) {} in MBFIWrapper() function
156 MBFIWrapper &MBBFreqInfo;
H A DBranchFolding.cpp129 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()
H A DMachineBlockPlacement.cpp346 std::unique_ptr<BranchFolder::MBFIWrapper> MBFI;
2740 MBFI = llvm::make_unique<BranchFolder::MBFIWrapper>( in runOnMachineFunction()
H A DIfConversion.cpp347 BranchFolder::MBFIWrapper MBFI(getAnalysis<MachineBlockFrequencyInfo>()); in INITIALIZE_PASS_DEPENDENCY()