Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2642 PHINode *BCResumeVal = PHINode::Create(OrigPhi->getType(), 3, "bc.resume.val", in createInductionResumeValue() local
2645 BCResumeVal->setDebugLoc(OrigPhi->getDebugLoc()); in createInductionResumeValue()
2649 BCResumeVal->addIncoming(EndValue, LoopMiddleBlock); in createInductionResumeValue()
2655 BCResumeVal->addIncoming(II.getStartValue(), BB); in createInductionResumeValue()
2658 BCResumeVal->setIncomingValueForBlock(AdditionalBypass.first, in createInductionResumeValue()
2660 return BCResumeVal; in createInductionResumeValue()
2693 PHINode *BCResumeVal = createInductionResumeValue( in createInductionResumeValues() local
2696 OrigPhi->setIncomingValueForBlock(LoopScalarPreHeader, BCResumeVal); in createInductionResumeValues()