HomeSort by relevance Sort by last modified time
    Searched refs:hasNUsesOrMore (Results 1 - 11 of 11) 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 268 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 379 bool hasNUsesOrMore(unsigned N) const;
387 /// hasNUsesOrMore to check for specific values.
  /external/llvm/lib/Target/AMDGPU/
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/InstCombine/
InstCombineSelect.cpp 708 ElidesXor |= !V->hasNUsesOrMore(3);
712 if (IsFreeToInvert(V, !V->hasNUsesOrMore(3))) {
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 521 if (NumElements > 16 && GV->hasNUsesOrMore(16))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
RewriteStatepointsForGC.cpp     [all...]

Completed in 954 milliseconds