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

  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 155 } while (CE->hasNUsesOrMore(1)); // We need to check because a recursive
  /external/llvm/lib/IR/
BasicBlock.cpp 263 assert((hasNUsesOrMore(16)||// Reduce cost of this assertion for complex CFGs.
Value.cpp 104 bool Value::hasNUsesOrMore(unsigned N) const {
  /external/llvm/include/llvm/IR/
Value.h 307 bool hasNUsesOrMore(unsigned N) const;
315 /// hasNUsesOrMore to check for specific values.
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 191 if (!Phi->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 317 milliseconds