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

/external/llvm/include/llvm/
H A DValue.h165 /// hasNUsesOrMore - Return true if this value has N users or more. This is
168 bool hasNUsesOrMore(unsigned N) const;
173 /// is a linear time operation. Use hasOneUse, hasNUses, or hasNUsesOrMore
/external/llvm/lib/VMCore/
H A DBasicBlock.cpp218 assert((hasNUsesOrMore(16)||// Reduce cost of this assertion for complex CFGs.
H A DValue.cpp96 /// hasNUsesOrMore - Return true if this value has N users or more. This is
99 bool Value::hasNUsesOrMore(unsigned N) const { function in class:Value
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp540 if (NumElements > 16 && GV->hasNUsesOrMore(16))

Completed in 42 milliseconds