Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp159 unsigned NumPointers = Pointers.size(); in print() local
160 if (NumPointers == 0) in print()
165 for (unsigned I = 0; I < NumPointers; ++I) in print()
166 for (unsigned J = I + 1; J < NumPointers; ++J) in print()
182 unsigned NumPointers = Pointers.size(); in needsAnyChecking() local
184 for (unsigned I = 0; I < NumPointers; ++I) in needsAnyChecking()
185 for (unsigned J = I + 1; J < NumPointers; ++J) in needsAnyChecking()
364 unsigned NumPointers = RtCheck.Pointers.size(); in canCheckPtrAtRT() local
365 for (unsigned i = 0; i < NumPointers; ++i) { in canCheckPtrAtRT()
366 for (unsigned j = i + 1; j < NumPointers; ++j) { in canCheckPtrAtRT()
[all …]