Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp1210 ScopStmt::ScopStmt(Scop &parent, isl::map SourceRel, isl::map TargetRel, in ScopStmt() argument
1218 TargetRel = TargetRel.set_tuple_id(isl::dim::in, Id); in ScopStmt()
1220 new MemoryAccess(this, MemoryAccess::AccessType::MUST_WRITE, TargetRel); in ScopStmt()
2417 ScopStmt *Scop::addScopStmt(isl::map SourceRel, isl::map TargetRel, in addScopStmt() argument
2421 isl::set TargetDomain = TargetRel.domain(); in addScopStmt()
2427 Stmts.emplace_back(*this, SourceRel, TargetRel, Domain); in addScopStmt()
/external/llvm-project/polly/include/polly/
DScopInfo.h1170 ScopStmt(Scop &parent, isl::map SourceRel, isl::map TargetRel,
2002 ScopStmt *addScopStmt(isl::map SourceRel, isl::map TargetRel,