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

References

lib/CodeGen/SafeStackColoring.cpp
  109     BlockLifetimeInfo &BlockInfo = BlockLiveness[BB];
  167       BlockLifetimeInfo &BlockInfo = BlockLiveness[BB];
  172         LivenessMap::const_iterator I = BlockLiveness.find(PredBB);
  174         if (I == BlockLiveness.end())
  206   for (auto IT : BlockLiveness) {
  263   for (auto IT : BlockLiveness) {
  265     BlockLifetimeInfo &BlockInfo = BlockLiveness[BB];