reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
71 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) { 71 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) { 72 AllocaInst *AI = Allocas[AllocaNo]; 89 InterestingAllocas.set(AllocaNo); 90 BBMarkerSet[UI->getParent()][UI] = {AllocaNo, IsStart};