Searched refs:getLRM (Results 1 – 7 of 7) sorted by relevance
181 LiveRegMatrix &getLRM() { return LRM; } in getLRM() function182 const LiveRegMatrix &getLRM() const { return LRM; } in getLRM() function
193 auto *Matrix = &getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in runOnMachineFunction()
284 auto &LRM = getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in runOnMachineFunction()
378 auto *LRM = &getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in runOnMachineFunction()
319 getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM()); in runOnMachineFunction()
292 LiveRegMatrix &LRM = getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in runOnMachineFunction()
270 LRM = &P.getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in RequiredAnalyses()