Searched refs:setTripCount (Results 1 – 5 of 5) sorted by relevance
526 Plan.setTripCount( in prepareForVectorization()
519 void setTripCount(Value *TC) { TripCount = TC; } in setTripCount() function in llvm::InnerLoopVectorizer7277 ILV.setTripCount(State.get(BestVPlan.getTripCount(), VPLane(0))); in executePlan()10278 EpilogILV.setTripCount(MainILV.getTripCount()); in processLoop()
4025 void setTripCount(VPValue *NewTripCount) {
3630 void setTripCount(Value *TripCount);
4309 CLI->setTripCount(TripCount); in applyStaticWorkshareLoop()4467 CLI->setTripCount(BackcastedChunkTC); in applyStaticChunkedWorkshareLoop()10275 void CanonicalLoopInfo::setTripCount(Value *TripCount) { in setTripCount() function in CanonicalLoopInfo