Searched refs:OP_MERGE (Results 1 – 5 of 5) sorted by relevance
44 #ifdef OP_MERGE
924 case OP_MERGE: in doCoalesce()929 if (insn->op == OP_MERGE) { in doCoalesce()950 if (i && i->op == OP_MERGE) // do we really still need this ? in doCoalesce()1794 Instruction *merge = new_Instruction(func, OP_MERGE, typeOfSize(size)); in condenseSrcs()1965 if (cst->op == OP_MERGE || cst->op == OP_UNION) { in insertConstraintMoves()
46 OP_MERGE, // opposite of split, e.g. combine 2 32 bit into a 64 bit value enumerator
36 if (op == OP_PHI || op == OP_SPLIT || op == OP_MERGE || op == OP_CONSTRAINT) in isNop()
215 case OP_MERGE: in findOverwritingDefs()250 usei->op == OP_MERGE || in findFirstUses()