HomeSort by relevance Sort by last modified time
    Searched refs:hasOneDef (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 206 /// hasOneDef - Return true if there is exactly one instruction defining the
208 bool hasOneDef(unsigned RegNo) const {
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 371 if (MRI.hasOneDef(Reg))
    [all...]

Completed in 304 milliseconds