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

Declarations

tools/polly/include/polly/Support/ScopHelper.h
  435 bool canSynthesize(const llvm::Value *V, const Scop &S,

References

tools/polly/lib/Analysis/ScopBuilder.cpp
 1087   if (!IsExitBlock && canSynthesize(PHI, *scop, &SE, Scope))
 1926          !canSynthesize(Inst, *scop, &SE, L);
tools/polly/lib/CodeGen/BlockGenerators.cpp
  353          canSynthesize(Inst, *Stmt.getParent(), &SE, L);
tools/polly/lib/CodeGen/IslNodeBuilder.cpp
  218       if (canSynthesize(SrcVal, References.S, &References.SE, Scope)) {
tools/polly/lib/Support/VirtualInstruction.cpp
   68     if (!UserStmt || canSynthesize(Val, *UserStmt->getParent(), SE, UserScope))