Home | History | Annotate | Download | only in X86

Lines Matching refs:CGBR

6954   // later, by the CGBR pass (below).
7368 struct CGBR : public MachineFunctionPass {
7370 CGBR() : MachineFunctionPass(ID) {}
7433 char CGBR::ID = 0;
7435 llvm::createX86GlobalBaseRegPass() { return new CGBR(); }