Searched refs:MBFIWrapper (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MBFIWrapper.cpp | 20 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 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 | 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineSizeOpts.h | 24 class MBFIWrapper; variable 41 MBFIWrapper *MBFIWrapper,
|
| H A D | MBFIWrapper.h | 26 class MBFIWrapper { 28 MBFIWrapper(const MachineBlockFrequencyInfo &I) : MBFI(I) {} in MBFIWrapper() function
|
| H A D | TailDuplicator.h | 46 MBFIWrapper *MBFI; 73 MBFIWrapper *MBFI,
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 294 SRCS_MIN+= CodeGen/MBFIWrapper.cpp
|