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

  /external/llvm/lib/IR/
BasicBlock.cpp 222 assert((hasNUsesOrMore(16)||// Reduce cost of this assertion for complex CFGs.
Value.cpp 100 /// hasNUsesOrMore - Return true if this value has N users or more. This is
103 bool Value::hasNUsesOrMore(unsigned N) const {
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 154 } while (CE->hasNUsesOrMore(1)); // We need to check because a recursive
  /external/llvm/include/llvm/IR/
Value.h 287 /// 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/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 187 if (!Phi->hasNUsesOrMore(1))
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600KernelParameters.cpp 318 if (!P.Val->hasNUsesOrMore(1)) {
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 318 if (!P.Val->hasNUsesOrMore(1)) {
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 518 if (NumElements > 16 && GV->hasNUsesOrMore(16))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 2880 milliseconds