Home
last modified time | relevance | path

Searched refs:hasNoUse (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp209 if (Predicate.hasNoUse() || Predicate.hasOneUse()) in isTrivialOperatorNode()
821 if (Predicate.hasNoUse()) { in createAndImportSelDAGMatcher()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h529 bool hasNoUse() const;
H A DCodeGenDAGPatterns.cpp910 return isLoad() || isStore() || isAtomic() || hasNoUse() || hasOneUse() || in hasPredCode()
1151 if (hasNoUse()) in getPredCode()
1198 bool TreePredicateFn::hasNoUse() const { in hasNoUse() function in TreePredicateFn