Lines Matching full:component
38 // * All phis in a strongly connected component will have the same reachable
43 // never completes a component before the components reachable from it have
44 // been completed. This means that when we complete a component we have
45 // everything we need to collect the values reachable from that component.
68 // If the phi did not become part of a component then this phi and that in processPhi()
69 // phi are part of the same component, so adjust the depth number. in processPhi()
81 // of a strongly connected component. in processPhi()
83 // Collect the reachable values for this component. The phis of this in processPhi()
84 // component will be those on top of the depth stack with the same or in processPhi()
93 // If this phi is not part of the same component then that component in processPhi()
96 // component. in processPhi()