Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLazyMachineBlockFrequencyInfo.h43 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
H A DAsmPrinter.h217 std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1697 OwnedMLI = std::make_unique<MachineLoopInfo>(); in emitFunctionBody()
1698 OwnedMLI->getBase().analyze(MDT->getBase()); in emitFunctionBody()
1699 MLI = OwnedMLI.get(); in emitFunctionBody()
2531 OwnedMLI.reset(); in doFinalization()