Home
last modified time | relevance | path

Searched refs:backedge (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-threadupdate.c412 edge backedge = NULL; in prune_undesirable_thread_requests() local
453 if (backedge) in prune_undesirable_thread_requests()
455 backedge = NULL; in prune_undesirable_thread_requests()
460 backedge = e; in prune_undesirable_thread_requests()
465 if (backedge && find_edge (bb, backedge->src)) in prune_undesirable_thread_requests()
H A DChangeLog-200612329 across a backedge if the control statement at the end of the
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ScheduleSLM.td24 // For small loops, expand by a small factor to hide the backedge cost.
H A DX86ScheduleAtom.td27 // simple loops, expand by a small factor to hide the backedge cost.