Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.h37 class MBFIWrapper;
41 MBFIWrapper &FreqInfo,
138 class MBFIWrapper {
140 MBFIWrapper(const MachineBlockFrequencyInfo &I) : MBFI(I) {} in MBFIWrapper() function
158 MBFIWrapper &MBBFreqInfo;
DBranchFolding.cpp132 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()
DMachineBlockPlacement.cpp349 std::unique_ptr<BranchFolder::MBFIWrapper> MBFI;
3049 MBFI = std::make_unique<BranchFolder::MBFIWrapper>( in runOnMachineFunction()
DIfConversion.cpp450 BranchFolder::MBFIWrapper MBFI(getAnalysis<MachineBlockFrequencyInfo>()); in INITIALIZE_PASS_DEPENDENCY()