Searched refs:LiveRegMatrixWrapperLegacy (Results 1 – 8 of 8) sorted by relevance
38 char LiveRegMatrixWrapperLegacy::ID = 0;39 INITIALIZE_PASS_BEGIN(LiveRegMatrixWrapperLegacy, "liveregmatrix",43 INITIALIZE_PASS_END(LiveRegMatrixWrapperLegacy, "liveregmatrix", in INITIALIZE_PASS_DEPENDENCY()46 void LiveRegMatrixWrapperLegacy::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()53 bool LiveRegMatrixWrapperLegacy::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()75 void LiveRegMatrixWrapperLegacy::releaseMemory() { LRM.releaseMemory(); } in releaseMemory()
142 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrixWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY()196 AU.addRequired<LiveRegMatrixWrapperLegacy>(); in getAnalysisUsage()197 AU.addPreserved<LiveRegMatrixWrapperLegacy>(); in getAnalysisUsage()319 getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM()); in runOnMachineFunction()
265 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrixWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY()281 AU.addRequired<LiveRegMatrixWrapperLegacy>(); in INITIALIZE_PASS_DEPENDENCY()292 LiveRegMatrix &LRM = getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in runOnMachineFunction()
270 LRM = &P.getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in RequiredAnalyses()305 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrixWrapperLegacy)355 AU.addRequired<LiveRegMatrixWrapperLegacy>(); in getAnalysisUsage()356 AU.addPreserved<LiveRegMatrixWrapperLegacy>(); in getAnalysisUsage()
41 friend class LiveRegMatrixWrapperLegacy; variable173 class LiveRegMatrixWrapperLegacy : public MachineFunctionPass {179 LiveRegMatrixWrapperLegacy() : MachineFunctionPass(ID) {} in LiveRegMatrixWrapperLegacy() function
253 AU.addRequired<LiveRegMatrixWrapperLegacy>(); in getAnalysisUsage()257 AU.addPreserved<LiveRegMatrixWrapperLegacy>(); in getAnalysisUsage()269 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrixWrapperLegacy)284 auto &LRM = getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in runOnMachineFunction()
72 AU.addRequired<LiveRegMatrixWrapperLegacy>(); in getAnalysisUsage()84 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrixWrapperLegacy)193 auto *Matrix = &getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in runOnMachineFunction()
95 AU.addRequired<LiveRegMatrixWrapperLegacy>(); in getAnalysisUsage()107 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrixWrapperLegacy)378 auto *LRM = &getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in runOnMachineFunction()