Home
last modified time | relevance | path

Searched refs:SourceRel (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp1182 ScopStmt::ScopStmt(Scop &parent, isl::map SourceRel, isl::map TargetRel, in ScopStmt() argument
1194 SourceRel = SourceRel.set_tuple_id(isl::dim::in, Id); in ScopStmt()
1195 Access = new MemoryAccess(this, MemoryAccess::AccessType::READ, SourceRel); in ScopStmt()
2332 ScopStmt *Scop::addScopStmt(isl::map SourceRel, isl::map TargetRel, in addScopStmt() argument
2335 isl::set SourceDomain = SourceRel.domain(); in addScopStmt()
2342 Stmts.emplace_back(*this, SourceRel, TargetRel, Domain); in addScopStmt()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1164 ScopStmt(Scop &parent, isl::map SourceRel, isl::map TargetRel,
1968 ScopStmt *addScopStmt(isl::map SourceRel, isl::map TargetRel,