Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3941 typedef std::pair<TreePatternNode *, unsigned> NameRecord; typedef
3944 std::map<std::string, NameRecord> &Names, in FindNames()
3947 NameRecord &Rec = Names[P->getName()]; in FindNames()
3983 std::map<std::string, NameRecord> SrcNames, DstNames; in AddPatternToMatch()