reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SafeStackColoring.cpp
   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};