Home
last modified time | relevance | path

Searched refs:OwnedMLI (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLazyMachineBlockFrequencyInfo.cpp48 OwnedMLI.reset(); in releaseMemory()
82 OwnedMLI = std::make_unique<MachineLoopInfo>(); in calculateIfNotAvailable()
83 OwnedMLI->analyze(MDT->getBase()); in calculateIfNotAvailable()
84 MLI = OwnedMLI.get(); in calculateIfNotAvailable()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLazyMachineBlockFrequencyInfo.h43 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
H A DAsmPrinter.h206 std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1709 OwnedMLI = std::make_unique<MachineLoopInfo>(); in emitFunctionBody()
1710 OwnedMLI->analyze(MDT->getBase()); in emitFunctionBody()
1711 MLI = OwnedMLI.get(); in emitFunctionBody()
2538 OwnedMLI.reset(); in doFinalization()