HomeSort by: relevance | last modified time | path
    Searched defs:bndsp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 5390 old boundary from BNDSP, add new boundaries to BNDS_TAIL_P and
5393 update_boundaries (fence_t fence, bnd_t bnd, insn_t insn, blist_t *bndsp,
5425 blist_remove (bndsp);
5534 blist_t *bnds_tailp1, *bndsp;
5583 bndsp = &bnds;
5590 bnd_t bnd = BLIST_BND (*bndsp);
5594 bndsp = &BLIST_NEXT (*bndsp);
5603 bnds_tailp = update_boundaries (fence, bnd, insn, bndsp, bnds_tailp);
5609 while (*bndsp != *bnds_tailp1)
5522 blist_t *bnds_tailp1, *bndsp; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 5382 old boundary from BNDSP, add new boundaries to BNDS_TAIL_P and
5385 update_boundaries (fence_t fence, bnd_t bnd, insn_t insn, blist_t *bndsp,
5417 blist_remove (bndsp);
5526 blist_t *bnds_tailp1, *bndsp;
5575 bndsp = &bnds;
5582 bnd_t bnd = BLIST_BND (*bndsp);
5586 bndsp = &BLIST_NEXT (*bndsp);
5595 bnds_tailp = update_boundaries (fence, bnd, insn, bndsp, bnds_tailp);
5601 while (*bndsp != *bnds_tailp1)
5514 blist_t *bnds_tailp1, *bndsp; local
    [all...]

Completed in 33 milliseconds