Searched defs:ExpandPostRA (Results 1 – 1 of 1) sorted by relevance
29 struct ExpandPostRA : public MachineFunctionPass { struct31 const TargetRegisterInfo *TRI;32 const TargetInstrInfo *TII;35 static char ID; // Pass identification, replacement for typeid36 ExpandPostRA() : MachineFunctionPass(ID) {} in ExpandPostRA() argument38 virtual void getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()