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

Declarations

tools/polly/include/polly/ZoneAlgo.h
  334   isl::map makeValInst(llvm::Value *Val, ScopStmt *UserStmt, llvm::Loop *Scope,

References

tools/polly/lib/Transform/DeLICM.cpp
  794     return ZoneAlgorithm::makeValInst(Val, UserStmt, Scope, IsCertain);
tools/polly/lib/Transform/ForwardOpTree.cpp
  440     isl::map ExpectedVal = makeValInst(Inst, UseStmt, UseLoop);
tools/polly/lib/Transform/ZoneAlgo.cpp
  401     isl::map LoadValInst = makeValInst(
  876   isl::map ValInst = makeValInst(Val, UserStmt, Scope, IsCertain);
 1029       isl::map PHIValInst = makeValInst(PHI, &Stmt, Stmt.getSurroundingLoop());
 1045         isl::map IncomingValInst = makeValInst(