Searched refs:succ (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-10.3-release/contrib/gcc/
H A Dcfgloop.c64 edge succ;
68 FOR_EACH_EDGE (succ, ei, bb->succs)
69 fprintf (file, "%d ", succ->dest->index);
63 edge succ; local
H A Dbasic-block.h566 #define EDGE_INDEX(el, pred, succ) (find_edge_index ((el), (pred), (succ)))
569 block which is either the pred or succ end of the indexed edge. */
H A Dbb-reorder.c1691 edge succ;
1700 succ = EDGE_SUCC (cur_bb, 0);
1706 && (succ->flags & EDGE_CROSSING))
1690 edge succ; local
H A Dcombine.c1147 can_combine_p (rtx insn, rtx i3, rtx pred ATTRIBUTE_UNUSED, rtx succ,
1156 int all_adjacent = (succ ? (next_active_insn (insn) == succ
1157 && next_active_insn (succ) == i3)
1285 || (succ && FIND_REG_INC_NOTE (succ, dest))
1297 || (succ && ! all_adjacent
1298 && reg_used_between_p (dest, succ, i3))
1317 || (succ && find_reg_note (succ, REG_NO_CONFLIC
1137 can_combine_p(rtx insn, rtx i3, rtx pred ATTRIBUTE_UNUSED, rtx succ, rtx *pdest, rtx *psrc) argument
[all...]
H A Dhaifa-sched.c3589 basic_block succ;
3591 succ = pred->next_bb;
3592 gcc_assert (succ->prev_bb == pred);
3594 if (EDGE_COUNT (pred->succs) <= EDGE_COUNT (succ->preds))
3599 gcc_assert (e->dest == succ);
3605 FOR_EACH_EDGE (e, ei, succ->preds)
3584 basic_block succ; local
H A Dtree-outof-ssa.c58 The node and pred/succ list is a simple linear list of nodes and
284 elim_graph_add_edge (elim_graph g, int pred, int succ) argument
287 VEC_safe_push (int, heap, g->edge_list, succ);
H A Ddf-problems.c236 basic_block succ = e->dest;
237 fprintf (file, "%d ", succ->index);
235 basic_block succ = e->dest; local
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1460 for (unsigned succ = 0, e = TI->getNumSuccessors(); succ != e; ++succ) {
1461 const BasicBlock *SuccBB = TI->getSuccessor(succ);
1466 // switches), only handle each succ once.
H A DSelectionDAGBuilder.cpp7450 for (unsigned succ = 0, e = TI->getNumSuccessors(); succ != e; ++succ) {
7451 const BasicBlock *SuccBB = TI->getSuccessor(succ);
7456 // switches), only handle each succ once.
/freebsd-10.3-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c206 dbus_bool_t succ; local
220 succ = success ? TRUE : FALSE;
221 if (dbus_message_append_args(msg, DBUS_TYPE_BOOLEAN, &succ,
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15283 MachineBasicBlock* succ = *sItr; local
15284 if (succ->isLiveIn(X86::EFLAGS))

Completed in 289 milliseconds

12