Home
last modified time | relevance | path

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

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