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

Declarations

tools/polly/include/polly/CodeGen/BlockGenerators.h
  905   void addOperandToPHI(ScopStmt &Stmt, PHINode *PHI, PHINode *PHICopy,

References

tools/polly/lib/CodeGen/BlockGenerators.cpp
 1528       addOperandToPHI(Stmt, PHINodePair.first, PHINodePair.second, BB, LTS);
 1795     addOperandToPHI(Stmt, PHI, PHICopy, IncomingBB, LTS);