Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h203 TrackingVH<Value> getRecurrenceStartValue() const { return StartValue; } in getRecurrenceStartValue() function
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1089 return getRecurrenceStartValue(); in getRecurrenceIdentity()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1181 Value *InitVal = Desc.getRecurrenceStartValue(); in createAnyOfTargetReduction()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7227 assert(Cmp->getOperand(1) == RdxDesc.getRecurrenceStartValue()); in createAndCollectMergePhiForReduction()
7253 BCBlockPhi->addIncoming(RdxDesc.getRecurrenceStartValue(), Incoming); in createAndCollectMergePhiForReduction()
8270 assert(RdxDesc.getRecurrenceStartValue() == in tryToCreateWidenRecipe()
10027 RdxDesc.getRecurrenceStartValue()); in processLoop()