Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DSimplify.cpp140 S->removeStmts([](ScopStmt &Stmt) -> bool { in removeEmptyDomainStmts()
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp1755 void Scop::removeStmts(function_ref<bool(ScopStmt &)> ShouldDelete, in removeStmts() function in Scop
1776 removeStmts([this](ScopStmt &Stmt) -> bool { in removeStmtNotInDomainMap()
1785 removeStmts( in simplifySCoP()
/external/llvm-project/polly/include/polly/
DScopInfo.h2322 void removeStmts(function_ref<bool(ScopStmt &)> ShouldDelete,