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

  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 155 } while (CE->hasNUsesOrMore(1)); // We need to check because a recursive
  /external/swiftshader/third_party/LLVM/include/llvm/
Value.h 178 /// hasNUsesOrMore - Return true if this value has N users or more. This is
181 bool hasNUsesOrMore(unsigned N) const;
186 /// is a linear time operation. Use hasOneUse, hasNUses, or hasNUsesOrMore
  /external/swiftshader/third_party/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/IR/
BasicBlock.cpp 283 assert((hasNUsesOrMore(16)||// Reduce cost of this assertion for complex CFGs.
Value.cpp 107 bool Value::hasNUsesOrMore(unsigned N) const {
  /external/llvm/include/llvm/IR/
Value.h 385 bool hasNUsesOrMore(unsigned N) const;
393 /// hasNUsesOrMore to check for specific values.
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 210 if (!Phi->hasNUsesOrMore(1))
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Value.h 394 bool hasNUsesOrMore(unsigned N) const;
402 /// hasNUsesOrMore to check for specific values.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Value.h 403 bool hasNUsesOrMore(unsigned N) const;
411 /// hasNUsesOrMore to check for specific values.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Value.h 403 bool hasNUsesOrMore(unsigned N) const;
411 /// hasNUsesOrMore to check for specific values.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Value.h 403 bool hasNUsesOrMore(unsigned N) const;
411 /// hasNUsesOrMore to check for specific values.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Value.h 403 bool hasNUsesOrMore(unsigned N) const;
411 /// hasNUsesOrMore to check for specific values.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Value.h 403 bool hasNUsesOrMore(unsigned N) const;
411 /// hasNUsesOrMore to check for specific values.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Value.h 403 bool hasNUsesOrMore(unsigned N) const;
411 /// hasNUsesOrMore to check for specific values.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Value.h 403 bool hasNUsesOrMore(unsigned N) const;
411 /// hasNUsesOrMore to check for specific values.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Value.h 403 bool hasNUsesOrMore(unsigned N) const;
411 /// hasNUsesOrMore to check for specific values.
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 722 ElidesXor |= !V->hasNUsesOrMore(3);
726 if (IsFreeToInvert(V, !V->hasNUsesOrMore(3))) {
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 481 if (NumElements > 16 && GV->hasNUsesOrMore(16))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp 543 if (NumElements > 16 && GV->hasNUsesOrMore(16))
    [all...]

Completed in 897 milliseconds