Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/CodeGen/
DBlockGenerators.h348 Value *buildContainsCondition(ScopStmt &Stmt, const isl::set &Subdomain);
361 void generateConditionalExecution(ScopStmt &Stmt, const isl::set &Subdomain,
/external/llvm-project/polly/lib/CodeGen/
DBlockGenerators.cpp584 const isl::set &Subdomain) { in buildContainsCondition() argument
595 isl::set ScheduledSet = Subdomain.apply(Schedule); in buildContainsCondition()
608 ScopStmt &Stmt, const isl::set &Subdomain, StringRef Subject, in generateConditionalExecution() argument
616 .is_subset(Subdomain); in generateConditionalExecution()
623 Value *Cond = buildContainsCondition(Stmt, Subdomain); in generateConditionalExecution()