Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandPostRAPseudos.cpp31 struct ExpandPostRA : public MachineFunctionPass { struct
33 const TargetRegisterInfo *TRI;
34 const TargetInstrInfo *TII;
37 static char ID; // Pass identification, replacement for typeid
38 ExpandPostRA() : MachineFunctionPass(ID) {} in ExpandPostRA() function
40 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()