Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp4020 static void FindNames(TreePatternNode &P, in FindNames() function
4035 FindNames(P.getChild(i), Names, PatternTop); in FindNames()
4060 FindNames(PTM.getSrcPattern(), SrcNames, Pattern); in AddPatternToMatch()
4061 FindNames(PTM.getDstPattern(), DstNames, Pattern); in AddPatternToMatch()