Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1114 const uint64_t NumItersForStoreLoadThroughMemory = 8 * TypeByteSize; in couldPreventStoreLoadForward() local
1124 if (Distance % VF && Distance / VF < NumItersForStoreLoadThroughMemory) { in couldPreventStoreLoadForward()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1290 const uint64_t NumItersForStoreLoadThroughMemory = 8 * TypeByteSize; in couldPreventStoreLoadForward() local
1300 if (Distance % VF && Distance / VF < NumItersForStoreLoadThroughMemory) { in couldPreventStoreLoadForward()