Searched defs:setTripCount (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | LoopVectorize.cpp | 590 void setTripCount(Value *TC) { TripCount = TC; } setTripCount() function in llvm::InnerLoopVectorizer |
/llvm-project/llvm/lib/Frontend/OpenMP/ | ||
H A D | OMPIRBuilder.cpp | 8578 void CanonicalLoopInfo::setTripCount(Value *TripCount) { setTripCount() function in CanonicalLoopInfo |