Home
last modified time | relevance | path

Searched defs:in_set (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp305 struct in_set { struct
306 in_set(const NodeSet &S) : NS(S) {} in in_set() argument
308 bool operator() (GepNode *N) const { in operator ()()
313 const NodeSet &NS;
/freebsd-12.1/contrib/gcc/
H A Drecog.c3354 rtx out_set, in_set; in store_data_bypass_p() local
3401 rtx out_set, in_set; in if_test_bypass_p() local
H A Dgenautomata.c4149 get_excl_set (reserv_sets_t in_set) in get_excl_set()