Searched refs:hasOneDef (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h246 /// hasOneDef - Return true if there is exactly one instruction defining the
248 bool hasOneDef(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp372 if (MRI.hasOneDef(Reg))

Completed in 108 milliseconds