Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2470 Instruction *IVInst = in addFullyUnrolledInstructionsToIgnore() local
2472 if (all_of(IVInst->users(), in addFullyUnrolledInstructionsToIgnore()
2474 InstsToIgnore.insert(IVInst); in addFullyUnrolledInstructionsToIgnore()
6779 for (Instruction *IVInst : IVInsts) { in precomputeCosts()
6780 if (CostCtx.skipCostComputation(IVInst, VF.isVector())) in precomputeCosts()
6782 InstructionCost InductionCost = CostCtx.getLegacyCost(IVInst, VF); in precomputeCosts()
6785 << ": induction instruction " << *IVInst << "\n"; in precomputeCosts()
6788 CostCtx.SkipCostComputation.insert(IVInst); in precomputeCosts()