Searched refs:hasNUsesOrMore (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp155 } while (CE->hasNUsesOrMore(1)); // We need to check because a recursive
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp328 // Use hasNUsesOrMore to bound the cost of this assertion for complex CFGs.
329 assert((hasNUsesOrMore(16) ||
H A DValue.cpp146 bool Value::hasNUsesOrMore(unsigned N) const { function in class:Value
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp323 if (I->hasNUsesOrMore(1))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1675 ElidesXor |= !V->hasNUsesOrMore(3);
1679 if (isFreeToInvert(V, !V->hasNUsesOrMore(3))) {
2218 if (MinMax2->hasNUsesOrMore(3) || AddSub->hasNUsesOrMore(3))
2271 if (!LHS->hasNUsesOrMore(3) && RHS->hasNUsesOrMore(3)) {
2285 } else if (!RHS->hasNUsesOrMore(3)) {
2790 if (match(X, m_Not(m_Value(A))) && !X->hasNUsesOrMore(3) &&
H A DInstCombineAddSub.cpp1995 if (isFreeToInvert(LHS, !LHS->hasNUsesOrMore(3)) &&
1996 !NotA->hasNUsesOrMore(4)) {
H A DInstCombineAndOrXor.cpp1744 if (!match(Op1, m_ZExt(m_Value(X))) || Op1->hasNUsesOrMore(3))
3419 if (isFreeToInvert(LHS, !LHS->hasNUsesOrMore(3)) &&
3420 isFreeToInvert(RHS, !RHS->hasNUsesOrMore(3))) {
H A DInstCombineCompares.cpp4614 if (MulVal->hasNUsesOrMore(2))
4731 if (MulVal->hasNUsesOrMore(2)) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h443 bool hasNUsesOrMore(unsigned N) const;
479 /// hasNUsesOrMore to check for specific values.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1218 if (PHI->hasNUsesOrMore(1))
1479 if (PHI->hasNUsesOrMore(1))
H A DLoopRerollPass.cpp858 if (I->hasNUsesOrMore(IL_MaxRerollIterations + 1))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp460 GV->hasNUsesOrMore(16))
2863 return V.hasNUsesOrMore(N);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1330 Add->hasNUsesOrMore(2)))
1399 Sub->hasNUsesOrMore(2)))
6710 if (!I->hasNUsesOrMore(1)) {

Completed in 335 milliseconds