Home
last modified time | relevance | path

Searched refs:removeStmts (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/lib/Transform/
H A DSimplify.cpp231 S->removeStmts([](ScopStmt &Stmt) -> bool { in removeEmptyDomainStmts()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp1656 void Scop::removeStmts(function_ref<bool(ScopStmt &)> ShouldDelete, in removeStmts() function in Scop
1677 removeStmts([this](ScopStmt &Stmt) -> bool { in removeStmtNotInDomainMap()
1686 removeStmts( in simplifySCoP()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h2306 void removeStmts(function_ref<bool(ScopStmt &)> ShouldDelete,