Searched refs:GlobalReassociateLimit (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h82 static const unsigned GlobalReassociateLimit = 10; member in class:llvm::ReassociatePass
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp2277 if (Ops.size() > 2 && Ops.size() <= GlobalReassociateLimit) {
2344 while (!Worklist.empty() && Ops.size() <= GlobalReassociateLimit) {
2358 if (Ops.size() > GlobalReassociateLimit)

Completed in 346 milliseconds