Home
last modified time | relevance | path

Searched refs:MBFIW (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp44 MBFIWrapper *MBFIW, in shouldOptimizeForSize() argument
47 if (!PSI || !MBFIW) in shouldOptimizeForSize()
49 BlockFrequency BlockFreq = MBFIW->getBlockFreq(MBB); in shouldOptimizeForSize()
50 return shouldOptimizeForSizeImpl(BlockFreq, PSI, &MBFIW->getMBFI(), in shouldOptimizeForSize()
H A DTailDuplication.cpp34 std::unique_ptr<MBFIWrapper> MBFIW; member in __anonde1ced5a0111::TailDuplicateBase
93 MBFIW = std::make_unique<MBFIWrapper>(*MBFI); in runOnMachineFunction()
94 Duplicator.initMF(MF, PreRegAlloc, MBPI, MBFI ? MBFIW.get() : nullptr, PSI, in runOnMachineFunction()