Home
last modified time | relevance | path

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

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