Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2754 static void FindNames(const TreePatternNode *P, in FindNames() function
2769 FindNames(P->getChild(i), Names, PatternTop); in FindNames()
2792 FindNames(PTM.getSrcPattern(), SrcNames, Pattern); in AddPatternToMatch()
2793 FindNames(PTM.getDstPattern(), DstNames, Pattern); in AddPatternToMatch()