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

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

Completed in 113 milliseconds