reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
219 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) { 219 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) { 220 if (BlockInfo.LiveIn.test(AllocaNo)) { 221 Started.set(AllocaNo); 222 Start[AllocaNo] = BBStart;