Home | History | Annotate | Download | only in CodeGen

Lines Matching full:linear

1 //===-- RegAllocLinearScan.cpp - Linear Scan register allocator -----------===//
10 // This file implements a linear scan register allocator.
71 linearscanRegAlloc("linearscan", "linear scan register allocator",
199 return "Linear Scan Register Allocator";
237 /// linearScan - the linear scan algorithm
392 "Linear Scan Register Allocator", false, false)
402 "Linear Scan Register Allocator", false, false)
453 // We cannot handle complicated live ranges. Simple linear stuff only.
589 // linear scan algorithm
591 dbgs() << "********** LINEAR SCAN **********\n"
1285 // start point and let the linear scan algorithm run again