Searched defs:getTripCount (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ | ||
H A D | OMPIRBuilder.h | 3406 Value *getTripCount() const { getTripCount() function |
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VPlan.h | 3223 VPValue *getTripCount() const { getTripCount() function |
H A D | LoopVectorize.cpp | 585 Value *getTripCount() const { return TripCount; } getTripCount() function in llvm::InnerLoopVectorizer |