Searched refs:StackObjectSlots (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h170 DenseMap<unsigned, int> StackObjectSlots; member in struct:llvm::PerFunctionMIParsingState
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp726 if (!PFS.StackObjectSlots.insert(std::make_pair(Object.ID.Value, ObjectIdx))
H A DMIParser.cpp1799 auto ObjectInfo = PFS.StackObjectSlots.find(ID);
1800 if (ObjectInfo == PFS.StackObjectSlots.end())

Completed in 58 milliseconds