Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp437 unsigned MaxUsers) const { in hasAtMostUserInstrs()
439 MaxUsers); in hasAtMostUserInstrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h596 bool hasAtMostUserInstrs(Register Reg, unsigned MaxUsers) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2325 unsigned MaxUsers = 6; // Don't scan down huge single-use chains of instrs. in tryToFoldLoad() local
2331 --MaxUsers) { // Don't scan too far. in tryToFoldLoad()