Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLazyMachineBlockFrequencyInfo.h43 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
DAsmPrinter.h186 std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DLazyMachineBlockFrequencyInfo.h43 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
DAsmPrinter.h200 std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1073 OwnedMLI = std::make_unique<MachineLoopInfo>(); in EmitFunctionBody()
1074 OwnedMLI->getBase().analyze(MDT->getBase()); in EmitFunctionBody()
1075 MLI = OwnedMLI.get(); in EmitFunctionBody()
1672 OwnedMLI.reset(); in doFinalization()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1147 OwnedMLI = std::make_unique<MachineLoopInfo>(); in emitFunctionBody()
1148 OwnedMLI->getBase().analyze(MDT->getBase()); in emitFunctionBody()
1149 MLI = OwnedMLI.get(); in emitFunctionBody()
1818 OwnedMLI.reset(); in doFinalization()