Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp8488 PHINode *EPResumeVal = PHINode::Create(IdxTy, 2, "vec.epilog.resume.val", in createEpilogueVectorizedLoopSkeleton() local
8490 EPResumeVal->addIncoming(EPI.VectorTripCount, VecEpilogueIterationCountCheck); in createEpilogueVectorizedLoopSkeleton()
8491 EPResumeVal->addIncoming(ConstantInt::get(IdxTy, 0), in createEpilogueVectorizedLoopSkeleton()
8498 Value *StartIdx = EPResumeVal; in createEpilogueVectorizedLoopSkeleton()