Lines Matching full:dominator
316 If a pass is an analysis pass, for example dominator tree pass, then true
431 0.0000 ( 0.0%) 0.0100 (100.0%) 0.0100 ( 50.0%) 0.0031 ( 6.4%) Dominator Set Construction
1192 results of dominator analysis. By default, all passes are assumed to invalidate
1210 and dominator related analyses if they exist, so it can preserve them, despite
1523 Dominator Set Construction
1533 -- Dominator Set Construction
1541 GCSE uses dominator and immediate dominator information to do its job. The LICM
1542 pass uses natural loop information, which uses dominator sets, but not immediate
1544 pass, it is immediately destroyed. The dominator sets are then reused to
1548 by the '<tt>opt</tt>' tool), which uses the dominator set to check that the
1549 resultant LLVM code is well formed. After it finishes, the dominator set
1560 Dominator Set Construction
1563 <b>-- Dominator Set Construction</b>
1568 Dominator Set Construction</b>
1574 -- Dominator Set Construction
1584 Dominator Set pass, even though it doesn't modify the code at all! To fix this,
1602 Dominator Set Construction
1614 -- Dominator Set Construction
1623 <p>Which shows that we don't accidentally invalidate dominator information