Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7163 Value *MainResumeValue; in fixReductionScalarResumeWhenVectorizingEpilog() local
7168 MainResumeValue = VPI->getOperand(0)->getUnderlyingValue(); in fixReductionScalarResumeWhenVectorizingEpilog()
7170 MainResumeValue = EpiRedHeaderPhi->getStartValue()->getUnderlyingValue(); in fixReductionScalarResumeWhenVectorizingEpilog()
7174 auto *Cmp = cast<ICmpInst>(MainResumeValue); in fixReductionScalarResumeWhenVectorizingEpilog()
7180 MainResumeValue = Cmp->getOperand(0); in fixReductionScalarResumeWhenVectorizingEpilog()
7187 match(MainResumeValue, in fixReductionScalarResumeWhenVectorizingEpilog()
7194 MainResumeValue = OrigResumeV; in fixReductionScalarResumeWhenVectorizingEpilog()
7196 PHINode *MainResumePhi = cast<PHINode>(MainResumeValue); in fixReductionScalarResumeWhenVectorizingEpilog()