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

/external/llvm/lib/IR/
H A DBasicBlock.cpp222 assert((hasNUsesOrMore(16)||// Reduce cost of this assertion for complex CFGs.
H A DValue.cpp100 /// hasNUsesOrMore - Return true if this value has N users or more. This is
103 bool Value::hasNUsesOrMore(unsigned N) const { function in class:Value
/external/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp154 } while (CE->hasNUsesOrMore(1)); // We need to check because a recursive
/external/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp187 if (!Phi->hasNUsesOrMore(1))
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp318 if (!P.Val->hasNUsesOrMore(1)) {
/external/llvm/include/llvm/IR/
H A DValue.h287 /// hasNUsesOrMore - Return true if this value has N users or more. This is
290 bool hasNUsesOrMore(unsigned N) const;
295 /// is a linear time operation. Use hasOneUse, hasNUses, or hasNUsesOrMore
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp318 if (!P.Val->hasNUsesOrMore(1)) {
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp518 if (NumElements > 16 && GV->hasNUsesOrMore(16))
2807 return V.hasNUsesOrMore(N);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2064 if (MulVal->hasNUsesOrMore(2))
2188 if (MulVal->hasNUsesOrMore(2)) {

Completed in 325 milliseconds