Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DValue.h181 bool hasNUsesOrMore(unsigned N) const;
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp155 } while (CE->hasNUsesOrMore(1)); // We need to check because a recursive in replaceConstantExprOp()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DBasicBlock.cpp218 assert((hasNUsesOrMore(16)||// Reduce cost of this assertion for complex CFGs. in removePredecessor()
DValue.cpp99 bool Value::hasNUsesOrMore(unsigned N) const { in hasNUsesOrMore() function in Value
/external/llvm/lib/IR/
DBasicBlock.cpp283 assert((hasNUsesOrMore(16)||// Reduce cost of this assertion for complex CFGs. in removePredecessor()
DValue.cpp107 bool Value::hasNUsesOrMore(unsigned N) const { in hasNUsesOrMore() function in Value
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp210 if (!Phi->hasNUsesOrMore(1)) in eraseIfUnused()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h394 bool hasNUsesOrMore(unsigned N) const;
/external/llvm/include/llvm/IR/
DValue.h385 bool hasNUsesOrMore(unsigned N) const;
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp722 ElidesXor |= !V->hasNUsesOrMore(3); in FoldSPFofSPF()
726 if (IsFreeToInvert(V, !V->hasNUsesOrMore(3))) { in FoldSPFofSPF()
DInstCombineCompares.cpp2722 if (MulVal->hasNUsesOrMore(2)) in ProcessUMulZExtIdiom()
2845 if (MulVal->hasNUsesOrMore(2)) { in ProcessUMulZExtIdiom()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp481 if (NumElements > 16 && GV->hasNUsesOrMore(16)) in SRAGlobal()
2291 return V.hasNUsesOrMore(N); in hasMoreThanOneUseOtherThanLLVMUsed()
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp1916 if (!isa<BinaryOperator>(User) || !User->hasNUsesOrMore(1)) in canonicalizeNegConstExpr()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp543 if (NumElements > 16 && GV->hasNUsesOrMore(16)) in SRAGlobal()