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

References

lib/Analysis/LegacyDivergenceAnalysis.cpp
  170   for (auto I = IPostDom->begin(); isa<PHINode>(I); ++I) {
  170   for (auto I = IPostDom->begin(); isa<PHINode>(I); ++I) {
  173     if (!cast<PHINode>(I)->hasConstantOrUndefValue() && DV.insert(&*I).second)
  173     if (!cast<PHINode>(I)->hasConstantOrUndefValue() && DV.insert(&*I).second)
  174       Worklist.push_back(&*I);