Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h545 bool hasNoUse() const;
H A DCodeGenDAGPatterns.cpp933 return isLoad() || isStore() || isAtomic() || hasNoUse() || in hasPredCode()
1163 if (hasNoUse()) in getPredCode()
1209 bool TreePredicateFn::hasNoUse() const { in hasNoUse() function in TreePredicateFn
H A DGlobalISelEmitter.cpp334 if (Predicate.hasNoUse()) in isTrivialOperatorNode()
4048 if (Predicate.hasNoUse()) { in createAndImportSelDAGMatcher()