Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3815 Value *ExtractForPhiUsedOutsideLoop = nullptr; in fixFixedOrderRecurrence() local
3819 ExtractForPhiUsedOutsideLoop = Builder.CreateExtractElement( in fixFixedOrderRecurrence()
3826 ExtractForPhiUsedOutsideLoop = State.get(PreviousDef, UF - 2); in fixFixedOrderRecurrence()
3853 LCSSAPhi.addIncoming(ExtractForPhiUsedOutsideLoop, LoopMiddleBlock); in fixFixedOrderRecurrence()