Home | History | Annotate | Download | only in x64

Lines Matching refs:cur

1975     LLabel* cur = GetLabel(block_id);
1976 while (cur->replacement() != NULL) {
1977 cur = cur->replacement();
1979 return cur->block_id();