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

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp621 struct RuntimePointerCheck { struct in class:__anon26368::LoopVectorizationLegality
622 RuntimePointerCheck() : Need(false) {} function in struct:__anon26368::LoopVectorizationLegality::RuntimePointerCheck
712 RuntimePointerCheck *getRuntimePointerCheck() { return &PtrRtCheck; }
820 RuntimePointerCheck PtrRtCheck;
1402 void LoopVectorizationLegality::RuntimePointerCheck::insert(
1909 LoopVectorizationLegality::RuntimePointerCheck *PtrRtCheck =
3879 bool canCheckPtrAtRT(LoopVectorizationLegality::RuntimePointerCheck &RtCheck,
3958 LoopVectorizationLegality::RuntimePointerCheck &RtCheck,

Completed in 85 milliseconds