Home
last modified time | relevance | path

Searched refs:getNumUsers (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h280 unsigned getNumUsers() const { in getNumUsers() function
549 [](const WriteState &Def) { return Def.getNumUsers() > 0; }); in hasDependentUsers()
552 unsigned getNumUsers() const { in getNumUsers() function
555 NumUsers += Def.getNumUsers(); in getNumUsers()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h132 unsigned getNumUsers() const { return Users.size(); } in getNumUsers() function
167 if (getNumUsers() == 0) in hasMoreThanOneUniqueUser()
351 assert(D->getNumUsers() == 0 && in ~VPDef()
H A DVPlan.cpp775 if (BackedgeTakenCount && BackedgeTakenCount->getNumUsers()) { in execute()
1361 for (unsigned J = 0; J < getNumUsers();) { in replaceAllUsesWith()
1363 unsigned NumUsers = getNumUsers(); in replaceAllUsesWith()
1370 if (NumUsers == getNumUsers()) in replaceAllUsesWith()
H A DLoopVectorize.cpp9547 assert(cast<VPWidenRecipe>(CompareRecipe)->getNumUsers() == 0 && in adjustRecipesForInLoopReductions()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h44 return Lhs.getSourceIndex() - Lhs.getInstruction()->getNumUsers(); in computeRank()