Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:From

139     unsigned from = S.second;
142 Detect(from, ToScopes[LS]);
146 Detect(from, ToScopes[SC]);
155 void VarBypassDetector::Detect(unsigned From, unsigned To) {
156 while (From != To) {
157 if (From < To) {
163 assert(Scopes[From].first < From);
164 From = Scopes[From].first;