Searched refs:OwnedMLI (Results 1 – 4 of 4) sorted by relevance
53 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()
43 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
217 std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
1697 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()