HomeSort by relevance Sort by last modified time
    Searched refs:hasNUsesOrMore (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/
Value.h 165 /// 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/
BasicBlock.cpp 218 assert((hasNUsesOrMore(16)||// Reduce cost of this assertion for complex CFGs.
Value.cpp 96 /// hasNUsesOrMore - Return true if this value has N users or more. This is
99 bool Value::hasNUsesOrMore(unsigned N) const {
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 540 if (NumElements > 16 && GV->hasNUsesOrMore(16))
    [all...]

Completed in 221 milliseconds