Searched refs:LiveRegMatrixAnalysis (Results 1 – 8 of 8) sorted by relevance
42 friend class LiveRegMatrixAnalysis; variable189 class LiveRegMatrixAnalysis : public AnalysisInfoMixin<LiveRegMatrixAnalysis> {190 friend AnalysisInfoMixin<LiveRegMatrixAnalysis>;
293 AnalysisKey LiveRegMatrixAnalysis::Key;295 LiveRegMatrix LiveRegMatrixAnalysis::run(MachineFunction &MF, in run()
308 LiveRegMatrix &LRM = MFAM.getResult<LiveRegMatrixAnalysis>(MF); in run()
228 LRM = &MFAM.getResult<LiveRegMatrixAnalysis>(MF); in RequiredAnalyses()262 PA.preserve<LiveRegMatrixAnalysis>(); in run()
266 auto *Matrix = &MFAM.getResult<LiveRegMatrixAnalysis>(MF); in run()
295 LiveRegMatrix &LRM = MFAM.getResult<LiveRegMatrixAnalysis>(MF); in run()
389 auto &LRM = MFAM.getResult<LiveRegMatrixAnalysis>(MF); in run()
69 MACHINE_FUNCTION_ANALYSIS("live-reg-matrix", LiveRegMatrixAnalysis())