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

Declarations

tools/polly/include/polly/CodeGen/BlockGenerators.h
  474   Value *getNewValue(ScopStmt &Stmt, Value *Old, ValueMapT &BBMap,

References

tools/polly/lib/CodeGen/BlockGenerators.cpp
  227         getNewValue(Stmt, OldOperand, BBMap, LTS, getLoopForStmt(Stmt));
  291   return getNewValue(Stmt, Pointer, BBMap, LTS, L);
  339     Value *ValueOperand = getNewValue(Stmt, Store->getValueOperand(), BBMap,
  715         Values.push_back(getNewValue(Stmt, Inst, BBMap, LTS,
  738           Values.push_back(getNewValue(Stmt, OpInst, BBMap, LTS,
  790           Val = getNewValue(Stmt, Val, BBMap, LTS, L);
 1031         Vector, getNewValue(Stmt, Old, ScalarMaps[Lane], VLTS[Lane], L),
 1655         getNewValue(*Stmt, OrigIncomingValue, *LocalBBMap, LTS, L);
 1677       return getNewValue(*Stmt, OldVal, BBMap, LTS, L);
 1686   return getNewValue(*Stmt, OldVal, BBMap, LTS, L);
 1766     OpCopy = getNewValue(Stmt, Op, BBCopyMap, LTS, getLoopForStmt(Stmt));
 1778     OpCopy = getNewValue(Stmt, PHI, BBCopyMap, LTS, getLoopForStmt(Stmt));