Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DBranchFolding.h30 class MBFIWrapper;
33 MBFIWrapper &MBFI,
111 class MBFIWrapper {
113 MBFIWrapper(const MachineBlockFrequencyInfo &I) : MBFI(I) {} in MBFIWrapper() function
127 MBFIWrapper &MBBFreqInfo;
DBranchFolding.cpp102 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()
DMachineBlockPlacement.cpp251 std::unique_ptr<BranchFolder::MBFIWrapper> MBFI;
1651 MBFI = llvm::make_unique<BranchFolder::MBFIWrapper>( in runOnMachineFunction()
DIfConversion.cpp293 BranchFolder::MBFIWrapper MBFI(getAnalysis<MachineBlockFrequencyInfo>()); in INITIALIZE_PASS_DEPENDENCY()