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