Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp108 const int MagicCompileTimeControl = 250; member in __anona24e46580111::MergedLoadStoreMotion
342 if (NLoads * Size1 >= MagicCompileTimeControl) in mergeLoads()
502 if (NStores * Size1 >= MagicCompileTimeControl) in mergeStores()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp107 const int MagicCompileTimeControl = 250; member in __anondfd6583a0111::MergedLoadStoreMotion
319 if (NStores * Size1 >= MagicCompileTimeControl) in mergeStores()