Searched defs:use_empty (Results 1 – 11 of 11) sorted by relevance
75 bool use_empty() const { return firstUse == nullptr; } in use_empty() function
581 bool use_empty() { in use_empty() function
203 bool use_empty() { return state->use_empty(); } in use_empty() function
166 bool Value::use_empty() const { return getUseList()->use_empty(); } in use_empty() function in Value
298 bool use_empty() const { in use_empty() function
289 bool use_empty() const { in use_empty() function
343 bool use_empty() const { in use_empty() function
448 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); } in use_empty() function
496 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); } in use_empty() function
509 bool use_empty(Register RegNo) const { return use_begin(RegNo) == use_end(); } in use_empty() function