Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/ !
H A DMIParser.h177 DenseMap<unsigned, int> FixedStackObjectSlots; member
/src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ !
H A DMIRParser.cpp812 if (!PFS.FixedStackObjectSlots.insert(std::make_pair(Object.ID.Value, in initializeFrameInfo()
H A DMIParser.cpp2160 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex()
2161 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()