Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DMBFIWrapper.cpp19 BlockFrequency MBFIWrapper::getBlockFreq(const MachineBasicBlock *MBB) const { in getBlockFreq()
28 void MBFIWrapper::setBlockFreq(const MachineBasicBlock *MBB, in setBlockFreq()
34 MBFIWrapper::getBlockProfileCount(const MachineBasicBlock *MBB) const { in getBlockProfileCount()
45 raw_ostream & MBFIWrapper::printBlockFreq(raw_ostream &OS, in printBlockFreq()
50 raw_ostream & MBFIWrapper::printBlockFreq(raw_ostream &OS, in printBlockFreq()
55 void MBFIWrapper::view(const Twine &Name, bool isSimple) { in view()
59 uint64_t MBFIWrapper::getEntryFreq() const { in getEntryFreq()
DBranchFolding.h28 class MBFIWrapper; variable
36 MBFIWrapper &FreqInfo,
130 MBFIWrapper &MBBFreqInfo;
DTailDuplication.cpp34 std::unique_ptr<MBFIWrapper> MBFIW;
93 MBFIW = std::make_unique<MBFIWrapper>(*MBFI); in runOnMachineFunction()
DMachineSizeOpts.cpp202 MBFIWrapper *MBFIW, in shouldOptimizeForSize()
DCMakeLists.txt110 MBFIWrapper.cpp
DBranchFolding.cpp128 MBFIWrapper MBBFreqInfo( in runOnMachineFunction()
138 MBFIWrapper &FreqInfo, in BranchFolder()
547 MBFIWrapper &MBBFreqInfo, in ProfitableToMerge()
DTailDuplicator.cpp83 MBFIWrapper *MBFIin, in initMF()
DMachineBlockPlacement.cpp357 std::unique_ptr<MBFIWrapper> MBFI;
3296 MBFI = std::make_unique<MBFIWrapper>( in runOnMachineFunction()
DIfConversion.cpp451 MBFIWrapper MBFI(getAnalysis<MachineBlockFrequencyInfo>()); in INITIALIZE_PASS_DEPENDENCY()
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineSizeOpts.h24 class MBFIWrapper; variable
41 MBFIWrapper *MBFIWrapper,
DMBFIWrapper.h25 class MBFIWrapper {
27 MBFIWrapper(const MachineBlockFrequencyInfo &I) : MBFI(I) {} in MBFIWrapper() function
DTailDuplicator.h46 MBFIWrapper *MBFI;
73 MBFIWrapper *MBFI,
/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()
/external/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()
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/CodeGen/
DBUILD.gn91 "MBFIWrapper.cpp",