Searched refs:MBFIWrapper (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MBFIWrapper.cpp | 19 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 D | BranchFolding.h | 28 class MBFIWrapper; variable 36 MBFIWrapper &FreqInfo, 130 MBFIWrapper &MBBFreqInfo;
|
H A D | TailDuplication.cpp | 34 std::unique_ptr<MBFIWrapper> MBFIW; 93 MBFIW = std::make_unique<MBFIWrapper>(*MBFI); in runOnMachineFunction()
|
H A D | MachineSizeOpts.cpp | 202 MBFIWrapper *MBFIW, in shouldOptimizeForSize()
|
H A D | CMakeLists.txt | 114 MBFIWrapper.cpp
|
H A D | BranchFolding.cpp | 128 MBFIWrapper MBBFreqInfo( in runOnMachineFunction() 138 MBFIWrapper &FreqInfo, in BranchFolder() 547 MBFIWrapper &MBBFreqInfo, in ProfitableToMerge()
|
H A D | TailDuplicator.cpp | 83 MBFIWrapper *MBFIin, in initMF()
|
H A D | MachineBlockPlacement.cpp | 359 std::unique_ptr<MBFIWrapper> MBFI; 3305 MBFI = std::make_unique<MBFIWrapper>( in runOnMachineFunction()
|
H A D | IfConversion.cpp | 451 MBFIWrapper MBFI(getAnalysis<MachineBlockFrequencyInfo>()); in INITIALIZE_PASS_DEPENDENCY()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineSizeOpts.h | 24 class MBFIWrapper; variable 41 MBFIWrapper *MBFIWrapper,
|
H A D | MBFIWrapper.h | 25 class MBFIWrapper { 27 MBFIWrapper(const MachineBlockFrequencyInfo &I) : MBFI(I) {} in MBFIWrapper() function
|
H A D | TailDuplicator.h | 46 MBFIWrapper *MBFI; 73 MBFIWrapper *MBFI,
|
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/ |
H A D | Makefile | 121 MBFIWrapper.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/ |
H A D | BUILD.gn | 92 "MBFIWrapper.cpp",
|