Home
last modified time | relevance | path

Searched refs:printIntervals (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocLinearScan.cpp370 void printIntervals(const char* const str, ItTy i, ItTy e) const { in printIntervals() function
593 printIntervals("fixed", fixed_.begin(), fixed_.end()); in linearScan()
617 printIntervals("active", active_.begin(), active_.end()); in linearScan()
618 printIntervals("inactive", inactive_.begin(), inactive_.end()); in linearScan()