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

References

lib/CodeGen/EarlyIfConversion.cpp
  504   PHIs.clear();
  509     PHIs.push_back(&*I);
  510     PHIInfo &PI = PHIs.back();
  566   for (unsigned i = 0, e = PHIs.size(); i != e; ++i) {
  567     PHIInfo &PI = PHIs[i];
  586   for (unsigned i = 0, e = PHIs.size(); i != e; ++i) {
  587     PHIInfo &PI = PHIs[i];
  840   for (unsigned i = 0, e = IfConv.PHIs.size(); i != e; ++i) {
  841     SSAIfConv::PHIInfo &PI = IfConv.PHIs[i];