Home | History | Annotate | Download | only in src

Lines Matching refs:scan

1 //===- subzero/src/IceRegAlloc.cpp - Linear-scan implementation -----------===//
11 /// \brief Implements the LinearScan class, which performs the linear-scan
827 // Implements the linear-scan algorithm. Based on "Linear Scan Register
836 void LinearScan::scan(const SmallBitVector &RegMaskFull, bool Randomized) {