Searched refs:getNumUsers (Results 1 – 10 of 10) sorted by relevance
113 unsigned getNumUsers() const { return Users.size(); } in getNumUsers() function141 if (getNumUsers() == 0) in hasMoreThanOneUniqueUser()385 assert(D->getNumUsers() == 0 && in ~VPDef()
958 if (BackedgeTakenCount && BackedgeTakenCount->getNumUsers()) { in prepareToExecute()970 if (VF.getNumUsers()) { in prepareToExecute()1107 if (VF.getNumUsers() > 0) { in printLiveIns()1113 if (VFxUF.getNumUsers() > 0) { in printLiveIns()1119 if (VectorTripCount.getNumUsers() > 0) { in printLiveIns()1125 if (BackedgeTakenCount && BackedgeTakenCount->getNumUsers()) { in printLiveIns()1467 for (unsigned J = 0; J < getNumUsers();) { in replaceUsesWithIf()1543 if (Plan.VF.getNumUsers() > 0) in assignNames()1545 if (Plan.VFxUF.getNumUsers() > 0) in assignNames()
195 if (I->getNumUsers() != 1) { in verifyEVLRecipe()
310 if (Phi1ToMove.getVPSingleValue()->getNumUsers() == 0) { in mergeReplicateRegionsIntoSuccessors()357 if (PredRecipe->getNumUsers() != 0) { in createReplicateRegion()546 [](VPValue *V) { return V->getNumUsers() == 0; }); in isDeadRecipe()647 Def->getNumUsers() == 0 || !Def->getUnderlyingValue() || in legalizeAndOptimizeInductions()1102 if (isa<VPWidenRecipe>(A) && A->getNumUsers() == 1) { in simplifyRecipe()1294 if (Mask->getNumUsers() == 1 && !match(Mask, m_False())) { in simplifyBlends()1329 if (OldMask->getNumUsers() == 0) in simplifyBlends()3048 if (Plan.getOrCreateBackedgeTakenCount()->getNumUsers() > 0) in materializeBroadcasts()
513 if (RepR->getNumUsers() == 0) { in replicateByVF()
764 if (DerivedIV->getNumUsers() == 1 && in handleMaxMinNumReductions()
4033 assert(TripCount && NewTripCount && TripCount->getNumUsers() == 0 &&
2075 !hasMoreThanOneUniqueUser() && getNumUsers() > 0) { in computeCost()
281 unsigned getNumUsers() const { in getNumUsers() function565 [](const WriteState &Def) { return Def.getNumUsers() > 0; }); in hasDependentUsers()568 unsigned getNumUsers() const { in getNumUsers() function571 NumUsers += Def.getNumUsers(); in getNumUsers()
45 return Lhs.getSourceIndex() - Lhs.getInstruction()->getNumUsers(); in computeRank()