Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4276 Value *ExtractForPhiUsedOutsideLoop = nullptr; in fixFirstOrderRecurrence() local
4280 ExtractForPhiUsedOutsideLoop = Builder.CreateExtractElement( in fixFirstOrderRecurrence()
4287 ExtractForPhiUsedOutsideLoop = State.get(PreviousDef, UF - 2); in fixFirstOrderRecurrence()
4312 LCSSAPhi.addIncoming(ExtractForPhiUsedOutsideLoop, LoopMiddleBlock); in fixFirstOrderRecurrence()