Searched refs:OwnedMLI (Results 1 – 4 of 4) sorted by relevance
52 OwnedMLI.reset(); in releaseMemory()83 OwnedMLI = make_unique<MachineLoopInfo>(); in calculateIfNotAvailable()84 OwnedMLI->getBase().analyze(MDT->getBase()); in calculateIfNotAvailable()85 MLI = OwnedMLI.get(); in calculateIfNotAvailable()
44 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
172 std::unique_ptr<MachineLoopInfo> OwnedMLI; variable
1049 OwnedMLI = make_unique<MachineLoopInfo>(); in EmitFunctionBody()1050 OwnedMLI->getBase().analyze(MDT->getBase()); in EmitFunctionBody()1051 MLI = OwnedMLI.get(); in EmitFunctionBody()1550 OwnedMLI.reset(); in doFinalization()