Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp326 int NumPointers = MMOs.size() + HasPreInstrSymbol + HasPostInstrSymbol + in setExtraInfo() local
330 if (NumPointers <= 0) { in setExtraInfo()
339 else if (NumPointers > 1 || HasHeapAllocMarker || HasPCSections || in setExtraInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1242 unsigned NumPointers = RtCheck.Pointers.size(); in canCheckPtrAtRT() local
1243 for (unsigned i = 0; i < NumPointers; ++i) { in canCheckPtrAtRT()
1244 for (unsigned j = i + 1; j < NumPointers; ++j) { in canCheckPtrAtRT()