Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7945 PHINode *EPResumeVal = PHINode::Create(IdxTy, 2, "vec.epilog.resume.val", in createEpilogueVectorizedLoopSkeleton() local
7947 EPResumeVal->addIncoming(EPI.VectorTripCount, VecEpilogueIterationCountCheck); in createEpilogueVectorizedLoopSkeleton()
7948 EPResumeVal->addIncoming(ConstantInt::get(IdxTy, 0), in createEpilogueVectorizedLoopSkeleton()
7961 return {completeLoopSkeleton(), EPResumeVal}; in createEpilogueVectorizedLoopSkeleton()