Searched defs:getRuntimePointerChecking (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h553 const RuntimePointerChecking *getRuntimePointerChecking() const { function in class:llvm::LoopAccessInfo
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1421 const RuntimePointerChecking *getRuntimePointerChecking() const { function in class:__anon13460::LoopVectorizationLegality
1422 return LAI->getRuntimePointerChecking();
4463 << (LAI->getRuntimePointerChecking()->Need
5166 if (OptForSize && Legal->getRuntimePointerChecking()->Need) {
5473 (VF == 1 && Legal->getRuntimePointerChecking()->Need);

Completed in 223 milliseconds