Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMBFIWrapper.cpp20 BlockFrequency MBFIWrapper::getBlockFreq(const MachineBasicBlock *MBB) const { in getBlockFreq()
29 void MBFIWrapper::setBlockFreq(const MachineBasicBlock *MBB, in setBlockFreq()
35 MBFIWrapper::getBlockProfileCount(const MachineBasicBlock *MBB) const { in getBlockProfileCount()
46 raw_ostream & MBFIWrapper::printBlockFreq(raw_ostream &OS, in printBlockFreq()
51 raw_ostream & MBFIWrapper::printBlockFreq(raw_ostream &OS, in printBlockFreq()
56 void MBFIWrapper::view(const Twine &Name, bool isSimple) { in view()
60 uint64_t MBFIWrapper::getEntryFreq() const { in getEntryFreq()
H A DBranchFolding.h28 class MBFIWrapper; variable
36 MBFIWrapper &FreqInfo,
130 MBFIWrapper &MBBFreqInfo;
H A DTailDuplication.cpp34 std::unique_ptr<MBFIWrapper> MBFIW;
93 MBFIW = std::make_unique<MBFIWrapper>(*MBFI); in runOnMachineFunction()
H A DMachineSizeOpts.cpp202 MBFIWrapper *MBFIW, in shouldOptimizeForSize()
H A DBranchFolding.cpp128 MBFIWrapper MBBFreqInfo( in runOnMachineFunction()
138 MBFIWrapper &FreqInfo, in BranchFolder()
547 MBFIWrapper &MBBFreqInfo, in ProfitableToMerge()
H A DTailDuplicator.cpp83 MBFIWrapper *MBFIin, in initMF()
H A DMachineBlockPlacement.cpp359 std::unique_ptr<MBFIWrapper> MBFI;
3305 MBFI = std::make_unique<MBFIWrapper>( in runOnMachineFunction()
H A DIfConversion.cpp451 MBFIWrapper MBFI(getAnalysis<MachineBlockFrequencyInfo>()); in INITIALIZE_PASS_DEPENDENCY()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineSizeOpts.h24 class MBFIWrapper; variable
41 MBFIWrapper *MBFIWrapper,
H A DMBFIWrapper.h26 class MBFIWrapper {
28 MBFIWrapper(const MachineBlockFrequencyInfo &I) : MBFI(I) {} in MBFIWrapper() function
H A DTailDuplicator.h46 MBFIWrapper *MBFI;
73 MBFIWrapper *MBFI,
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile294 SRCS_MIN+= CodeGen/MBFIWrapper.cpp