Searched refs:VectorTC (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 8362 VPBuilder &ScalarPHBuilder, VPTypeAnalysis &TypeInfo, VPValue *VectorTC) { in addResumePhiRecipeForInduction() argument 8372 VPValue *EndValue = VectorTC; in addResumePhiRecipeForInduction() 8376 Start, VectorTC, Step); in addResumePhiRecipeForInduction() 9722 VPValue *VectorTC = &MainPlan.getVectorTripCount(); in preparePlanForMainVectorLoop() local 9726 if (any_of(*MainScalarPH, [VectorTC](VPRecipeBase &R) { in preparePlanForMainVectorLoop() 9727 return match(&R, m_VPInstruction<Instruction::PHI>(m_Specific(VectorTC), in preparePlanForMainVectorLoop() 9733 {VectorTC, MainPlan.getCanonicalIV()->getStartValue()}, {}, in preparePlanForMainVectorLoop()
|