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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h172 DenseMap<unsigned, unsigned> JumpTableSlots; member in struct:llvm::PerFunctionMIParsingState
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp859 if (!PFS.JumpTableSlots.insert(std::make_pair(Entry.ID.Value, Index))
H A DMIParser.cpp1912 auto JumpTableEntryInfo = PFS.JumpTableSlots.find(ID);
1913 if (JumpTableEntryInfo == PFS.JumpTableSlots.end())

Completed in 63 milliseconds