Searched defs:def_empty (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h373 /// def_empty - Return true if there are no instructions defining the
375 bool def_empty(unsigned RegNo) const { return def_begin(RegNo) == def_end(); } function in class:llvm::MachineRegisterInfo

Completed in 84 milliseconds