Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h203 TrackingVH<Value> getRecurrenceStartValue() const { return StartValue; } in getRecurrenceStartValue() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1090 return getRecurrenceStartValue(); in getRecurrenceIdentity()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1062 Value *InitVal = Desc.getRecurrenceStartValue(); in createAnyOfTargetReduction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp454 RdxDesc.getRecurrenceStartValue(); in generateInstruction()
H A DLoopVectorize.cpp7496 TrackingVH<Value> ReductionStartValue = RdxDesc.getRecurrenceStartValue(); in createAndCollectMergePhiForReduction()
8532 assert(RdxDesc.getRecurrenceStartValue() == in tryToCreateWidenRecipe()