Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3452 Value *ExtractForPhiUsedOutsideLoop = nullptr; in fixFirstOrderRecurrence() local
3454 ExtractForPhiUsedOutsideLoop = Builder.CreateExtractElement( in fixFirstOrderRecurrence()
3461 ExtractForPhiUsedOutsideLoop = getOrCreateVectorValue(Previous, UF - 2); in fixFirstOrderRecurrence()
3481 LCSSAPhi.addIncoming(ExtractForPhiUsedOutsideLoop, LoopMiddleBlock); in fixFirstOrderRecurrence()