Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()