Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h545 bool hasNoUse() const;
H A DCodeGenDAGPatterns.cpp935 return isLoad() || isStore() || isAtomic() || hasNoUse() || in hasPredCode()
1165 if (hasNoUse()) in getPredCode()
1211 bool TreePredicateFn::hasNoUse() const { in hasNoUse() function in TreePredicateFn
H A DGlobalISelEmitter.cpp334 if (Predicate.hasNoUse()) in isTrivialOperatorNode()
4038 if (Predicate.hasNoUse()) { in createAndImportSelDAGMatcher()