Home | History | Annotate | Download | only in Scalar

Lines Matching full:succ

489       for (BasicBlock *Succ : successors(BB))
490 if (L->contains(Succ))
491 BBWorklist.insert(Succ);
493 ExitWorklist.insert({BB, Succ});