Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2317 unsigned LastGCPtrIdx = SO.getNumAllocaIdx() - 2; in visitMachineInstrBefore() local
2324 if (UseOpIdx < FirstGCPtrIdx || UseOpIdx > LastGCPtrIdx) { in visitMachineInstrBefore()