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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp327 int NumPointers = local
331 if (NumPointers <= 0) {
340 else if (NumPointers > 1 || HasHeapAllocMarker) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp780 unsigned NumPointers = RtCheck.Pointers.size(); local
781 for (unsigned i = 0; i < NumPointers; ++i) {
782 for (unsigned j = i + 1; j < NumPointers; ++j) {

Completed in 66 milliseconds