Searched refs:IVInst (Results 1 – 1 of 1) sorted by relevance
2470 Instruction *IVInst = in addFullyUnrolledInstructionsToIgnore() local2472 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()