Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:local

46   enum RewriterName { local, trivial };
51 cl::desc("Rewriter to use (default=local)"),
53 cl::values(clEnumVal(local, "local rewriter"),
56 cl::init(local));
148 /// AvailableSpills - As the local rewriter is scanning and rewriting an MBB
1095 // Local Spiller Implementation //
1183 DEBUG(dbgs() << "\n**** Local spiller rewriting function '"
2268 DEBUG(dbgs() << "\n**** Local spiller rewriting MBB '"
2628 case local: