Home
last modified time | relevance | path

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

/dports/lang/parrot/parrot-8.1.0/compilers/imcc/
H A Dparser_util.c453 ins->type |= ITBRANCH | IF_goto; in INS()
467 ins->type |= ITBRANCH | (1 << i); in INS()
476 ins->type |= ITBRANCH; in INS()
H A Dinstructions.h11 ITBRANCH = 0x10000, /* branch */ enumerator
H A Doptimizer.c371 if ((last->type & ITBRANCH) && /* if ...L1 */ in if_branch()
1447 else if ((cond->type & ITBRANCH) && (get_branch_regno(cond) >= 0)) { in branch_cond_loop()
1525 if ((ins2->type & ITBRANCH) && in unused_label()
1533 if ((ins2->type & ITBRANCH) && in unused_label()
H A Dcfg.c294 if (ins->type & ITBRANCH) { in find_basic_blocks()
341 if (ins->type & ITBRANCH) { in find_basic_blocks()
502 if ((ins->type & ITBRANCH) in bb_findadd_edge()
H A Dreg_alloc.c527 if (ins->type == ITBRANCH) in compute_du_chain()
H A Dpbc.c2477 if ((ins->type & ITBRANCH) in e_pbc_emit()