Home
last modified time | relevance | path

Searched defs:ExpandPostRA (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DExpandPostRAPseudos.cpp29 struct ExpandPostRA : public MachineFunctionPass { struct
31 const TargetRegisterInfo *TRI = nullptr;
32 const TargetInstrInfo *TII = nullptr;
35 static char ID; // Pass identification, replacement for typeid
36 ExpandPostRA() : MachineFunctionPass(ID) {} in ExpandPostRA() argument
38 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()