Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1763 const uint64_t NumItersForStoreLoadThroughMemory = 8 * TypeByteSize; in couldPreventStoreLoadForward() local
1773 if (Distance % VF && Distance / VF < NumItersForStoreLoadThroughMemory) { in couldPreventStoreLoadForward()