Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp426 unsigned MaxUsers) const { in hasAtMostUserInstrs()
428 MaxUsers); in hasAtMostUserInstrs()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h604 bool hasAtMostUserInstrs(Register Reg, unsigned MaxUsers) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2205 unsigned MaxUsers = 6; // Don't scan down huge single-use chains of instrs. in tryToFoldLoad() local
2211 --MaxUsers) { // Don't scan too far. in tryToFoldLoad()