Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1406 CanVecMem = false; in analyzeLoop()
1421 CanVecMem = false; in analyzeLoop()
1428 CanVecMem = false; in analyzeLoop()
1445 CanVecMem = true; in analyzeLoop()
1486 CanVecMem = true; in analyzeLoop()
1521 CanVecMem = true; in analyzeLoop()
1537 CanVecMem = false; in analyzeLoop()
1543 CanVecMem = true; in analyzeLoop()
1546 CanVecMem = DepChecker.areDepsSafe( in analyzeLoop()
1550 if (!CanVecMem && DepChecker.shouldRetryWithRuntimeCheck()) { in analyzeLoop()
[all …]
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h518 bool canVectorizeMemory() const { return CanVecMem; } in canVectorizeMemory()
628 bool CanVecMem; variable