Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h379 const RuntimePointerCheck *getRuntimePointerCheck() const { in getRuntimePointerCheck() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp754 const LoopAccessInfo::RuntimePointerCheck *getRuntimePointerCheck() const { in getRuntimePointerCheck() function in __anon63bf7e8f0111::LoopVectorizationLegality
755 return LAI->getRuntimePointerCheck(); in getRuntimePointerCheck()
3576 (LAI->getRuntimePointerCheck()->Need ? " (with a runtime bound check)" : in canVectorize()
4462 if (OptForSize && Legal->getRuntimePointerCheck()->Need) { in selectVectorizationFactor()
4728 (VF == 1 && Legal->getRuntimePointerCheck()->Need); in selectUnrollFactor()