Home
last modified time | relevance | path

Searched refs:RecursionMaxDepth (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp169 static cl::opt<unsigned> RecursionMaxDepth( variable
5553 if (getUnderlyingObject(Ptr1, RecursionMaxDepth) != in arePointersCompatible()
5554 getUnderlyingObject(Ptr2, RecursionMaxDepth)) in arePointersCompatible()
6433 BBs.front(), getUnderlyingObject(VL.front(), RecursionMaxDepth))) in clusterSortPtrAccesses()
6439 getUnderlyingObject(Ptr, RecursionMaxDepth)); in clusterSortPtrAccesses()
6479 if (P1 == P2 || Depth > RecursionMaxDepth) in clusterSortPtrAccesses()
7177 while (UserTE && Cnt < RecursionMaxDepth) { in reorderTopToBottom()
7984 getUnderlyingObject(SI->getPointerOperand(), RecursionMaxDepth); in collectUserStores()
8142 getUnderlyingObject(LI->getPointerOperand(), RecursionMaxDepth) == in gatherPossiblyVectorizableLoads()
8144 RecursionMaxDepth) && in gatherPossiblyVectorizableLoads()
[all …]