Searched refs:MBFIWrapper (Results 1 – 23 of 23) sorted by relevance
/openbsd-src/gnu/llvm/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 | 26 class MBFIWrapper; variable 34 MBFIWrapper &FreqInfo, 128 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 | 155 MBFIWrapper.cpp
|
H A D | BranchFolding.cpp | 132 MBFIWrapper MBBFreqInfo( in runOnMachineFunction() 142 MBFIWrapper &FreqInfo, in BranchFolder() 551 MBFIWrapper &MBBFreqInfo, in ProfitableToMerge()
|
H A D | TailDuplicator.cpp | 81 MBFIWrapper *MBFIin, in initMF()
|
H A D | MachineBlockPlacement.cpp | 382 std::unique_ptr<MBFIWrapper> MBFI; 3352 MBFI = std::make_unique<MBFIWrapper>( in runOnMachineFunction()
|
H A D | IfConversion.cpp | 449 MBFIWrapper MBFI(getAnalysis<MachineBlockFrequencyInfo>()); in INITIALIZE_PASS_DEPENDENCY()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineSizeOpts.h | 24 class MBFIWrapper; variable 41 MBFIWrapper *MBFIWrapper,
|
H A D | MBFIWrapper.h | 27 class MBFIWrapper { 29 MBFIWrapper(const MachineBlockFrequencyInfo &I) : MBFI(I) {} in MBFIWrapper() function
|
H A D | TailDuplicator.h | 28 class MBFIWrapper; variable 46 MBFIWrapper *MBFI; 73 MBFIWrapper *MBFI,
|
/openbsd-src/gnu/usr.bin/clang/libLLVMCodeGen/ |
H A D | Makefile | 138 MBFIWrapper.cpp \
|
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/ |
H A D | BUILD.gn | 102 "MBFIWrapper.cpp",
|
/openbsd-src/distrib/sets/lists/comp/ |
H A D | clang.amd64 | 1359 ./usr/include/llvm/CodeGen/MBFIWrapper.h
|
H A D | clang.macppc | 1358 ./usr/include/llvm/CodeGen/MBFIWrapper.h
|
H A D | clang.loongson | 1358 ./usr/include/llvm/CodeGen/MBFIWrapper.h
|
H A D | clang.octeon | 1358 ./usr/include/llvm/CodeGen/MBFIWrapper.h
|
H A D | clang.arm64 | 1359 ./usr/include/llvm/CodeGen/MBFIWrapper.h
|
H A D | clang.powerpc64 | 1357 ./usr/include/llvm/CodeGen/MBFIWrapper.h
|
H A D | clang.armv7 | 1357 ./usr/include/llvm/CodeGen/MBFIWrapper.h
|
H A D | clang.i386 | 1357 ./usr/include/llvm/CodeGen/MBFIWrapper.h
|
H A D | clang.sparc64 | 1358 ./usr/include/llvm/CodeGen/MBFIWrapper.h
|