Home
last modified time | relevance | path

Searched refs:TargetRel (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
1189 TargetRel = TargetRel.set_tuple_id(isl::dim::in, Id); in ScopStmt()
1191 new MemoryAccess(this, MemoryAccess::AccessType::MUST_WRITE, TargetRel); in ScopStmt()
2332 ScopStmt *Scop::addScopStmt(isl::map SourceRel, isl::map TargetRel, in addScopStmt() argument
2336 isl::set TargetDomain = TargetRel.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,