Home
last modified time | relevance | path

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

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