Searched refs:MaxUsers (Results 1 – 3 of 3) sorted by relevance
437 unsigned MaxUsers) const { in hasAtMostUserInstrs()439 MaxUsers); in hasAtMostUserInstrs()
596 bool hasAtMostUserInstrs(Register Reg, unsigned MaxUsers) const;
2325 unsigned MaxUsers = 6; // Don't scan down huge single-use chains of instrs. in tryToFoldLoad() local2331 --MaxUsers) { // Don't scan too far. in tryToFoldLoad()