Searched refs:OwnedMLI (Results 1 – 4 of 4) sorted by relevance
48 OwnedMLI.reset(); in releaseMemory()82 OwnedMLI = std::make_unique<MachineLoopInfo>(); in calculateIfNotAvailable()83 OwnedMLI->analyze(MDT->getBase()); in calculateIfNotAvailable()84 MLI = OwnedMLI.get(); in calculateIfNotAvailable()
43 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
206 std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
1709 OwnedMLI = std::make_unique<MachineLoopInfo>(); in emitFunctionBody()1710 OwnedMLI->analyze(MDT->getBase()); in emitFunctionBody()1711 MLI = OwnedMLI.get(); in emitFunctionBody()2538 OwnedMLI.reset(); in doFinalization()