Searched refs:hasNoUse (Results 1 – 3 of 3) sorted by relevance
210 if (Predicate.hasNoUse() || Predicate.hasOneUse()) in isTrivialOperatorNode()781 if (Predicate.hasNoUse()) { in createAndImportSelDAGMatcher()
535 bool hasNoUse() const;
906 return isLoad() || isStore() || isAtomic() || hasNoUse() || hasOneUse() || in hasPredCode()1141 if (hasNoUse()) in getPredCode()1189 bool TreePredicateFn::hasNoUse() const { in hasNoUse() function in TreePredicateFn