Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h311 struct RuntimePointerCheck { struct
312 RuntimePointerCheck() : Need(false) {} in RuntimePointerCheck() argument
379 const RuntimePointerCheck *getRuntimePointerCheck() const { in getRuntimePointerCheck() argument
454 RuntimePointerCheck PtrRtCheck;
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp115 void LoopAccessInfo::RuntimePointerCheck::insert( in insert()
132 bool LoopAccessInfo::RuntimePointerCheck::needsChecking( in needsChecking()
156 void LoopAccessInfo::RuntimePointerCheck::print( in print()
180 bool LoopAccessInfo::RuntimePointerCheck::needsAnyChecking( in needsAnyChecking()
224 bool canCheckPtrAtRT(LoopAccessInfo::RuntimePointerCheck &RtCheck,
291 LoopAccessInfo::RuntimePointerCheck &RtCheck, unsigned &NumComparisons, in canCheckPtrAtRT()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp754 const LoopAccessInfo::RuntimePointerCheck *getRuntimePointerCheck() const { in getRuntimePointerCheck()