Home
last modified time | relevance | path

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

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