Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.h60 DenseMap<unsigned, int> FixedStackObjectSlots; member
H A DMIRParser.cpp613 if (!PFS.FixedStackObjectSlots.insert(std::make_pair(Object.ID.Value, in initializeFrameInfo()
H A DMIParser.cpp1523 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex()
1524 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()