Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLazyMachineBlockFrequencyInfo.cpp52 OwnedMLI.reset(); in releaseMemory()
83 OwnedMLI = std::make_unique<MachineLoopInfo>(); in calculateIfNotAvailable()
84 OwnedMLI->getBase().analyze(MDT->getBase()); in calculateIfNotAvailable()
85 MLI = OwnedMLI.get(); in calculateIfNotAvailable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLazyMachineBlockFrequencyInfo.h43 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
H A DAsmPrinter.h203 std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1252 OwnedMLI = std::make_unique<MachineLoopInfo>(); in emitFunctionBody()
1253 OwnedMLI->getBase().analyze(MDT->getBase()); in emitFunctionBody()
1254 MLI = OwnedMLI.get(); in emitFunctionBody()
1930 OwnedMLI.reset(); in doFinalization()