Home
last modified time | relevance | path

Searched refs:hasNUsesOrMore (Results 1 – 8 of 8) 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.cpp263 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/R600/
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.h307 bool hasNUsesOrMore(unsigned N) const;
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp518 if (NumElements > 16 && GV->hasNUsesOrMore(16)) in SRAGlobal()
2817 return V.hasNUsesOrMore(N); in hasMoreThanOneUseOtherThanLLVMUsed()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2269 if (MulVal->hasNUsesOrMore(2)) in ProcessUMulZExtIdiom()
2393 if (MulVal->hasNUsesOrMore(2)) { in ProcessUMulZExtIdiom()