Lines Matching full:linear
1 //===-- RegAllocLinearScan.cpp - Linear Scan register allocator -----------===//
10 // This file implements a linear scan register allocator.
70 linearscanRegAlloc("linearscan", "linear scan register allocator",
198 return "Linear Scan Register Allocator";
236 /// linearScan - the linear scan algorithm
391 "Linear Scan Register Allocator", false, false)
401 "Linear Scan Register Allocator", false, false)
452 // We cannot handle complicated live ranges. Simple linear stuff only.
588 // linear scan algorithm
590 dbgs() << "********** LINEAR SCAN **********\n"
1284 // start point and let the linear scan algorithm run again