Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp989 CanVecMem = false; in analyzeLoop()
1004 CanVecMem = false; in analyzeLoop()
1011 CanVecMem = false; in analyzeLoop()
1028 CanVecMem = true; in analyzeLoop()
1069 CanVecMem = true; in analyzeLoop()
1104 CanVecMem = true; in analyzeLoop()
1136 CanVecMem = false; in analyzeLoop()
1142 CanVecMem = true; in analyzeLoop()
1145 CanVecMem = DepChecker.areDepsSafe( in analyzeLoop()
1149 if (!CanVecMem && DepChecker.shouldRetryWithRuntimeCheck()) { in analyzeLoop()
[all …]
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h377 bool canVectorizeMemory() const { return CanVecMem; } in canVectorizeMemory()
477 bool CanVecMem; variable