Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp4018 typedef std::pair<TreePatternNode *, unsigned> NameRecord; typedef
4021 std::map<std::string, NameRecord> &Names, in FindNames()
4024 NameRecord &Rec = Names[P->getName()]; in FindNames()
4060 std::map<std::string, NameRecord> SrcNames, DstNames; in AddPatternToMatch()