Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVDescriptors.h202 TrackingVH<Value> getRecurrenceStartValue() { return StartValue; } in getRecurrenceStartValue() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3495 TrackingVH<Value> ReductionStartValue = RdxDesc.getRecurrenceStartValue(); in fixReduction()