Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3630 Value *ExtractForPhiUsedOutsideLoop = nullptr; in fixFixedOrderRecurrence() local
3633 ExtractForPhiUsedOutsideLoop = Builder.CreateExtractElement( in fixFixedOrderRecurrence()
3641 ExtractForPhiUsedOutsideLoop = State.get(PreviousDef, UF - 2); in fixFixedOrderRecurrence()
3647 LCSSAPhi->addIncoming(ExtractForPhiUsedOutsideLoop, LoopMiddleBlock); in fixFixedOrderRecurrence()