Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h190 TrackingVH<Value> getRecurrenceStartValue() { return StartValue; } in getRecurrenceStartValue() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3517 TrackingVH<Value> ReductionStartValue = RdxDesc.getRecurrenceStartValue(); in vectorizeLoop()