Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp1346 void ScopStmt::removeSingleMemoryAccess(MemoryAccess *MA, bool AfterHoisting) { in removeSingleMemoryAccess() argument
1347 if (AfterHoisting) { in removeSingleMemoryAccess()
1756 bool AfterHoisting) { in removeStmts() argument
1768 StmtIt->removeSingleMemoryAccess(MA, AfterHoisting); in removeStmts()
1784 void Scop::simplifySCoP(bool AfterHoisting) { in simplifySCoP() argument
1786 [AfterHoisting](ScopStmt &Stmt) -> bool { in simplifySCoP()
1794 if (!RemoveStmt && AfterHoisting) { in simplifySCoP()
1808 AfterHoisting); in simplifySCoP()
/external/llvm-project/polly/include/polly/
DScopInfo.h1520 void removeSingleMemoryAccess(MemoryAccess *MA, bool AfterHoisting = true);
2323 bool AfterHoisting = true);
2619 void simplifySCoP(bool AfterHoisting);