Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-icf-gimple.h205 enum operand_access_type {OP_MEMORY, OP_NORMAL}; enum
211 bool compare_operand (tree t1, tree t2, operand_access_type type);
244 static operand_access_type get_operand_access_type
291 operand_access_type access);
H A Dipa-icf-gimple.cc302 unsigned int flags, operand_access_type access) in hash_operand()
369 func_checker::compare_operand (tree t1, tree t2, operand_access_type access) in compare_operand()
1026 func_checker::operand_access_type
H A Dipa-icf.cc1451 func_checker::operand_access_type in hash_stmt()
H A DChangeLog-20205074 operand_access_type parameter.
5075 (func_checker::compare_operand): Add operand_access_type parameter.
5090 * ipa-icf-gimple.h (func_checker::operand_access_type): New enum
5096 (func_checker::hash_operand): New variant with operand_access_type.