Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp155 } while (CE->hasNUsesOrMore(1)); // We need to check because a recursive in replaceConstantExprOp()
/external/llvm/lib/IR/
DBasicBlock.cpp268 assert((hasNUsesOrMore(16)||// Reduce cost of this assertion for complex CFGs. in removePredecessor()
DValue.cpp104 bool Value::hasNUsesOrMore(unsigned N) const { in hasNUsesOrMore() function in Value
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp191 if (!Phi->hasNUsesOrMore(1)) in eraseIfUnused()
/external/mesa3d/src/gallium/drivers/radeon/
DR600KernelParameters.cpp318 if (!P.Val->hasNUsesOrMore(1)) { in ConstantRead()
/external/llvm/include/llvm/IR/
DValue.h379 bool hasNUsesOrMore(unsigned N) const;
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp708 ElidesXor |= !V->hasNUsesOrMore(3); in FoldSPFofSPF()
712 if (IsFreeToInvert(V, !V->hasNUsesOrMore(3))) { in FoldSPFofSPF()
DInstCombineCompares.cpp2364 if (MulVal->hasNUsesOrMore(2)) in ProcessUMulZExtIdiom()
2487 if (MulVal->hasNUsesOrMore(2)) { in ProcessUMulZExtIdiom()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp521 if (NumElements > 16 && GV->hasNUsesOrMore(16)) in SRAGlobal()
2954 return V.hasNUsesOrMore(N); in hasMoreThanOneUseOtherThanLLVMUsed()
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp1982 if (!isa<BinaryOperator>(User) || !User->hasNUsesOrMore(1)) in canonicalizeNegConstExpr()
DRewriteStatepointsForGC.cpp1551 assert(!CS.getInstruction()->hasNUsesOrMore(2) && in makeStatepointExplicitImpl()