Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DStackMaps.cpp401 SmallVector<unsigned, 8> GCPtrIndices; in parseStatepointOpers() local
406 GCPtrIndices.push_back(GCPtrIdx); in parseStatepointOpers()
417 assert(P.first < GCPtrIndices.size() && "base pointer index not found"); in parseStatepointOpers()
418 assert(P.second < GCPtrIndices.size() && in parseStatepointOpers()
420 unsigned BaseIdx = GCPtrIndices[P.first]; in parseStatepointOpers()
421 unsigned DerivedIdx = GCPtrIndices[P.second]; in parseStatepointOpers()