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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineRegisterInfo.h 134 /// def_empty - Return true if there are no instructions defining the
136 bool def_empty(unsigned RegNo) const { return def_begin(RegNo) == def_end(); } function in class:llvm::MachineRegisterInfo
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 390 /// def_empty - Return true if there are no instructions defining the
392 bool def_empty(unsigned RegNo) const { return def_begin(RegNo) == def_end(); } function in class:llvm::MachineRegisterInfo
    [all...]

Completed in 57 milliseconds