Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.h61 DenseMap<unsigned, int> StackObjectSlots; member
H A DMIRParser.cpp649 if (!PFS.StackObjectSlots.insert(std::make_pair(Object.ID.Value, ObjectIdx)) in initializeFrameInfo()
H A DMIParser.cpp1494 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex()
1495 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()