Home
last modified time | relevance | path

Searched defs:getTripCount (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2833 Value *getTripCount() const { getTripCount() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2741 VPValue *getTripCount() const { getTripCount() function
H A DLoopVectorize.cpp600 Value *getTripCount() const { return TripCount; } getTripCount() function in llvm::InnerLoopVectorizer