Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h204 TrackingVH<Value> getRecurrenceStartValue() const { return StartValue; } in getRecurrenceStartValue() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp1123 return getRecurrenceStartValue(); in getRecurrenceIdentity()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp993 Value *InitVal = Desc.getRecurrenceStartValue(); in createSelectCmpTargetReduction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3867 TrackingVH<Value> ReductionStartValue = RdxDesc.getRecurrenceStartValue(); in fixReduction()
8615 assert(RdxDesc.getRecurrenceStartValue() == in tryToCreateWidenRecipe()