Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp112 : FunctionPass(ID), MD(nullptr), MagicCompileTimeControl(250) { in MergedLoadStoreMotion()
158 const int MagicCompileTimeControl; member in __anon7e221bac0111::MergedLoadStoreMotion
378 if (NLoads * Size1 >= MagicCompileTimeControl) in mergeLoads()
543 if (NStores * Size1 >= MagicCompileTimeControl) in mergeStores()