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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp106 // Control is enforced by the check Size0 * Size1 < MagicCompileTimeControl.
107 const int MagicCompileTimeControl = 250; member in class:__anon4692::MergedLoadStoreMotion
319 if (NStores * Size1 >= MagicCompileTimeControl)

Completed in 105 milliseconds