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

Declarations

tools/polly/include/polly/Support/SCEVValidator.h
   95 const llvm::SCEV *tryForwardThroughPHI(const llvm::SCEV *Expr, llvm::Region &R,

References

tools/polly/lib/Analysis/ScopBuilder.cpp
  494     LeftOperand = tryForwardThroughPHI(LeftOperand, R, SE, LI, DT);
  495     RightOperand = tryForwardThroughPHI(RightOperand, R, SE, LI, DT);
tools/polly/lib/Analysis/ScopDetection.cpp
  605   LHS = tryForwardThroughPHI(LHS, Context.CurRegion, SE, LI, DT);
  606   RHS = tryForwardThroughPHI(RHS, Context.CurRegion, SE, LI, DT);