Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp656 case VPInstruction::ResumePhi: { in generatePerPart()
688 return getOpcode() == VPInstruction::ResumePhi; in isSingleScalar()
765 case VPInstruction::ResumePhi: in onlyFirstLaneUsed()
818 case VPInstruction::ResumePhi: in print()
H A DLoopVectorize.cpp7221 auto *ResumePhi = in createAndCollectMergePhiForReduction() local
7228 ResumePhi = cast<PHINode>(Cmp->getOperand(0)); in createAndCollectMergePhiForReduction()
7230 assert((!VectorizingEpilogue || ResumePhi) && in createAndCollectMergePhiForReduction()
7249 else if (ResumePhi && is_contained(ResumePhi->blocks(), Incoming)) in createAndCollectMergePhiForReduction()
7250 BCBlockPhi->addIncoming(ResumePhi->getIncomingValueForBlock(Incoming), in createAndCollectMergePhiForReduction()
8446 VPInstruction::ResumePhi, {Resume, FOR->getStartValue()}, {}, in addLiveOutsForFirstOrderRecurrences()
H A DVPlan.h1247 ResumePhi, enumerator