Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3799 Value *ExtractForPhiUsedOutsideLoop = nullptr; in fixFirstOrderRecurrence() local
3803 ExtractForPhiUsedOutsideLoop = Builder.CreateExtractElement( in fixFirstOrderRecurrence()
3810 ExtractForPhiUsedOutsideLoop = State.get(PreviousDef, UF - 2); in fixFirstOrderRecurrence()
3837 LCSSAPhi.addIncoming(ExtractForPhiUsedOutsideLoop, LoopMiddleBlock); in fixFirstOrderRecurrence()