Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp108 const int MagicCompileTimeControl = 250; member in __anon83862c0b0111::MergedLoadStoreMotion
342 if (NLoads * Size1 >= MagicCompileTimeControl) in mergeLoads()
502 if (NStores * Size1 >= MagicCompileTimeControl) in mergeStores()