Home
last modified time | relevance | path

Searched refs:hasNUses (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1168 if (IsFreeToInvert(LHS, LHS->hasNUses(2)) && in visitSelectInst()
1169 IsFreeToInvert(RHS, RHS->hasNUses(2))) { in visitSelectInst()
1176 (LHS->hasNUses(2) && match(LHS, m_Not(m_Value()))) || in visitSelectInst()
1177 (RHS->hasNUses(2) && match(RHS, m_Not(m_Value()))) || in visitSelectInst()
DInstCombineVectorOps.cpp118 if (!PN->hasNUses(2)) in scalarizePHI()
/external/llvm/include/llvm/IR/
DValue.h302 bool hasNUses(unsigned N) const;
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp407 if (I->hasNoAliasAttr() && !I->hasNUses(0)) in AddAliasScopeMetadata()
638 if (Align && !I->hasByValOrInAllocaAttr() && !I->hasNUses(0)) { in AddAlignmentAssumptions()
/external/llvm/lib/IR/
DValue.cpp96 bool Value::hasNUses(unsigned N) const { in hasNUses() function in Value
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1237 assert((toReplace->hasNUses(0) || toReplace->hasNUses(1)) && in makeStatepointExplicitImpl()
/external/lldb/source/Expression/
DIRForTarget.cpp340 if (fun->hasNUses(0)) in ResolveFunctionPointers()
647 if (result_global->hasNUses(0)) in CreateResultVariable()