Searched refs:getLS (Results 1 – 7 of 7) sorted by relevance
106 LiveStacks &getLS() { return Impl; } in getLS() function107 const LiveStacks &getLS() const { return Impl; } in getLS() function
69 auto &LS = getAnalysis<LiveStacksWrapperLegacy>().getLS(); in runOnMachineFunction()
314 auto &LiveStks = getAnalysis<LiveStacksWrapperLegacy>().getLS(); in runOnMachineFunction()
571 LiveStacks *LS = &getAnalysis<LiveStacksWrapperLegacy>().getLS(); in runOnMachineFunction()
795 auto &LiveStks = getAnalysis<LiveStacksWrapperLegacy>().getLS(); in runOnMachineFunction()
269 LSS = &P.getAnalysis<LiveStacksWrapperLegacy>().getLS(); in RequiredAnalyses()
496 LiveStks = LSWrapper ? &LSWrapper->getLS() : nullptr; in verify()