Home
last modified time | relevance | path

Searched defs:VectorTripCount (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp845 Value *VectorTripCount = nullptr; member in llvm::InnerLoopVectorizer
912 Value *VectorTripCount = nullptr; member
3524 Loop *L, Value *VectorTripCount, in createInductionResumeValues()
3603 Value *VectorTripCount = getOrCreateVectorTripCount(L); in completeLoopSkeleton() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7149 SDValue VectorTripCount = DAG.getBuildVector(VecTy, DL, OpsTripCount); in visitIntrinsicCall() local