Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp1311 void ScopStmt::removeSingleMemoryAccess(MemoryAccess *MA, bool AfterHoisting) { in removeSingleMemoryAccess() argument
1312 if (AfterHoisting) { in removeSingleMemoryAccess()
1657 bool AfterHoisting) { in removeStmts() argument
1669 StmtIt->removeSingleMemoryAccess(MA, AfterHoisting); in removeStmts()
1685 void Scop::simplifySCoP(bool AfterHoisting) { in simplifySCoP() argument
1687 [AfterHoisting](ScopStmt &Stmt) -> bool { in simplifySCoP()
1695 if (!RemoveStmt && AfterHoisting) { in simplifySCoP()
1709 AfterHoisting); in simplifySCoP()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1513 void removeSingleMemoryAccess(MemoryAccess *MA, bool AfterHoisting = true);
2307 bool AfterHoisting = true);
2603 void simplifySCoP(bool AfterHoisting);