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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstCombineVectorOps.cpp 118 if (!PN->hasNUses(2))
    [all...]
  /external/llvm/include/llvm/IR/
Value.h 302 bool hasNUses(unsigned N) const;
314 /// This is a linear time operation. Use hasOneUse, hasNUses, or
  /external/llvm/lib/IR/
Value.cpp 96 bool Value::hasNUses(unsigned N) const {
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 407 if (I->hasNoAliasAttr() && !I->hasNUses(0))
638 if (Align && !I->hasByValOrInAllocaAttr() && !I->hasNUses(0)) {
    [all...]
  /external/lldb/source/Expression/
IRForTarget.cpp 340 if (fun->hasNUses(0))
647 if (result_global->hasNUses(0))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]

Completed in 486 milliseconds