Home
last modified time | relevance | path

Searched refs:hasNUses (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDBypassSlowDivision.cpp459 if (I->hasNUses(0)) in bypassSlowDivision()
HDInlineFunction.cpp1156 if (Align && !Arg.hasByValOrInAllocaAttr() && !Arg.hasNUses(0)) { in AddAlignmentAssumptions()
HDSimplifyCFG.cpp2042 if (I->first->hasNUses(I->second)) { in SpeculativelyExecuteBB()
3193 if (!QBI->getParent()->hasNUses(2)) in mergeConditionalStores()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDValue.h440 bool hasNUses(unsigned N) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDValue.cpp132 bool Value::hasNUses(unsigned N) const { in hasNUses() function in Value
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineSelect.cpp1078 if (!(RHS->hasOneUse() || (RHS->hasNUses(2) && CmpUsesNegatedOp))) in canonicalizeAbsNabs()
2124 match(Y, m_APInt(C2)) && C2->uge(*C1) && X->hasNUses(2)) { in moveAddAfterMinMax()
2134 match(Y, m_APInt(C2)) && X->hasNUses(2)) { in moveAddAfterMinMax()
HDInstCombineMulDivRem.cpp497 Op0->hasNUses(2)) { in visitFMul()
HDInstCombineAndOrXor.cpp3220 if (Op0->hasNUses(2)) in visitXor()
3226 Op1->hasNUses(2) && *ShAmt == Ty->getScalarSizeInBits() - 1 && in visitXor()
HDInstCombineAddSub.cpp2083 Op1->hasNUses(2) && *ShAmt == Ty->getScalarSizeInBits() - 1 && in visitSub()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopRerollPass.cpp843 if (!KV.second->hasNUses(NumBaseUses)) { in collectPossibleRoots()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp3163 if (!LI || !LI->isSimple() || !LI->hasNUses(VL.size())) in canReuseExtract()
6252 return I->hasNUses(2) && in hasRequiredNumberOfUses()