Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DTailDuplication.cpp34 std::unique_ptr<MBFIWrapper> MBFIW; member in __anon334d15f10111::TailDuplicateBase
93 MBFIW = std::make_unique<MBFIWrapper>(*MBFI); in runOnMachineFunction()
94 Duplicator.initMF(MF, PreRegAlloc, MBPI, MBFI ? MBFIW.get() : nullptr, PSI, in runOnMachineFunction()
DMachineSizeOpts.cpp202 MBFIWrapper *MBFIW, in shouldOptimizeForSize() argument
205 if (!PSI || !MBFIW) in shouldOptimizeForSize()
207 BlockFrequency BlockFreq = MBFIW->getBlockFreq(MBB); in shouldOptimizeForSize()
209 BlockFreq, PSI, &MBFIW->getMBFI(), QueryType); in shouldOptimizeForSize()