Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp440 bool MachineRegisterInfo::hasAtMostUserInstrs(Register Reg, in hasAtMostUserInstrs() function in MachineRegisterInfo
H A DTargetLoweringBase.cpp2449 return MRI.hasAtMostUserInstrs(Reg, MaxUses); in shouldLocalize()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h588 LLVM_ABI bool hasAtMostUserInstrs(Register Reg, unsigned MaxUsers) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp28665 return MRI.hasAtMostUserInstrs(Reg, MaxUses); in shouldLocalize()