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