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;
Indexes created Sat Feb 28 05:31:39 UTC 2026