Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLazyMachineBlockFrequencyInfo.cpp53 OwnedMLI.reset(); in releaseMemory()
84 OwnedMLI = std::make_unique<MachineLoopInfo>(); in calculateIfNotAvailable()
85 OwnedMLI->getBase().analyze(MDT->getBase()); in calculateIfNotAvailable()
86 MLI = OwnedMLI.get(); in calculateIfNotAvailable()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLazyMachineBlockFrequencyInfo.h43 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
H A DAsmPrinter.h207 std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1457 OwnedMLI = std::make_unique<MachineLoopInfo>(); in emitFunctionBody()
1458 OwnedMLI->getBase().analyze(MDT->getBase()); in emitFunctionBody()
1459 MLI = OwnedMLI.get(); in emitFunctionBody()
2171 OwnedMLI.reset(); in doFinalization()