Lines Matching refs:oeb
504 const operand_entry *oeb = *(const operand_entry *const *)pb; in sort_by_operand_rank() local
506 if (oeb->rank != oea->rank) in sort_by_operand_rank()
507 return oeb->rank > oea->rank ? 1 : -1; in sort_by_operand_rank()
514 if (constant_type (oeb->op) != constant_type (oea->op)) in sort_by_operand_rank()
515 return constant_type (oea->op) - constant_type (oeb->op); in sort_by_operand_rank()
519 return oeb->id > oea->id ? 1 : -1; in sort_by_operand_rank()
524 if (TREE_CODE (oeb->op) != SSA_NAME) in sort_by_operand_rank()
525 return oeb->id > oea->id ? 1 : -1; in sort_by_operand_rank()
529 else if (TREE_CODE (oeb->op) != SSA_NAME) in sort_by_operand_rank()
534 if (SSA_NAME_VERSION (oeb->op) != SSA_NAME_VERSION (oea->op)) in sort_by_operand_rank()
541 gimple *stmtb = SSA_NAME_DEF_STMT (oeb->op); in sort_by_operand_rank()
562 return SSA_NAME_VERSION (oeb->op) > SSA_NAME_VERSION (oea->op) ? 1 : -1; in sort_by_operand_rank()
565 return oeb->id > oea->id ? 1 : -1; in sort_by_operand_rank()