Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4555 const unsigned NumCyclesForStoreLoadThroughMemory = 8*TypeByteSize; in couldPreventStoreLoadForward() local
4563 if (Distance % vf && Distance / vf < NumCyclesForStoreLoadThroughMemory) { in couldPreventStoreLoadForward()