Home
last modified time | relevance | path

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

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