Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A 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()
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 DCMakeLists.txt114 MBFIWrapper.cpp
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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineSizeOpts.h24 class MBFIWrapper; variable
41 MBFIWrapper *MBFIWrapper,
H A DMBFIWrapper.h25 class MBFIWrapper {
27 MBFIWrapper(const MachineBlockFrequencyInfo &I) : MBFI(I) {} in MBFIWrapper() function
H A DTailDuplicator.h46 MBFIWrapper *MBFI;
73 MBFIWrapper *MBFI,
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/
H A DMakefile121 MBFIWrapper.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn92 "MBFIWrapper.cpp",