Searched refs:setTripCount (Results 1 – 3 of 3) sorted by relevance
3350 void setTripCount(Value *TripCount);
546 void setTripCount(Value *TC) { TripCount = TC; } in setTripCount() function in llvm::InnerLoopVectorizer7306 ILV.setTripCount(State.get(BestVPlan.getTripCount(), {0, 0})); in executePlan()9995 EpilogILV.setTripCount(MainILV.getTripCount()); in processLoop()
4044 CLI->setTripCount(TripCount); in applyStaticWorkshareLoop()4187 CLI->setTripCount(BackcastedChunkTC); in applyStaticChunkedWorkshareLoop()9013 void CanonicalLoopInfo::setTripCount(Value *TripCount) { in setTripCount() function in CanonicalLoopInfo