Searched refs:hasNoUse (Results 1 – 3 of 3) sorted by relevance
209 if (Predicate.hasNoUse() || Predicate.hasOneUse()) in isTrivialOperatorNode()821 if (Predicate.hasNoUse()) { in createAndImportSelDAGMatcher()
529 bool hasNoUse() const;
910 return isLoad() || isStore() || isAtomic() || hasNoUse() || hasOneUse() || in hasPredCode()1151 if (hasNoUse()) in getPredCode()1198 bool TreePredicateFn::hasNoUse() const { in hasNoUse() function in TreePredicateFn