Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp4061 typedef std::pair<TreePatternNode *, unsigned> NameRecord; typedef
4064 std::map<StringRef, NameRecord> &Names, in FindNames()
4067 NameRecord &Rec = Names[P.getName()]; in FindNames()
4102 std::map<StringRef, NameRecord> SrcNames, DstNames; in AddPatternToMatch()