Home
last modified time | relevance | path

Searched refs:ILTY_BRANCH (Results 1 – 8 of 8) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dbihutil.cpp304 if (lastilt && IL_TYPE(ILI_OPC(ILT_ILIP(lastilt))) == ILTY_BRANCH) in merge_bih()
488 if (iltnext && IL_TYPE(opc) == ILTY_BRANCH) { in split_extended()
H A Dili.h319 ILTY_BRANCH = 2, enumerator
H A Diltutil.cpp83 else if (type == ILTY_BRANCH) in addilt()
H A Dexputil.cpp302 if (IL_TYPE(opc) == ILTY_BRANCH && in chk_block()
H A Dllopt.cpp898 if (IL_TYPE(op) == ILTY_BRANCH) { in block_branches_to()
H A Diliutil.cpp369 case ILTY_BRANCH: in addili()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/utils/ilitp/
H A Dilitp.cpp582 attrb = ILTY_BRANCH; in do_AT_line()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dfindloop.c951 (br_ilt && IL_TYPE(ILI_OPC(ILT_ILIP(br_ilt))) == ILTY_BRANCH)) { in convert_loop()