Searched refs:OwnedMLI (Results 1 – 8 of 8) 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
186 std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
200 std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
1073 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()
1147 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()