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

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
  764       bool OpIdxAPO = getData(OpIdx, Lane).APO;
  782         bool OpAPO = OpData.APO;
  879         if (getData(OpIdx, Lane).APO)
  937       bool OpAPO = getData(OpIdx, Lane).APO;
  945           if (Data.APO != OpAPO || Data.IsUsed)
 1121           OS << ", APO:" << OpData.APO << "}\n";