Home
last modified time | relevance | path

Searched refs:removeSingleMemoryAccess (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/polly/lib/Transform/
DSimplify.cpp195 Stmt.removeSingleMemoryAccess(MA); in removeOverwrites()
327 Stmt.removeSingleMemoryAccess(MA); in coalesceWrites()
448 Stmt.removeSingleMemoryAccess(MA); in removeRedundantWrites()
514 Stmt.removeSingleMemoryAccess(MA); in removeEmptyPartialAccesses()
543 Stmt->removeSingleMemoryAccess(MA); in markAndSweep()
DForwardOpTree.cpp932 Stmt->removeSingleMemoryAccess(RA); in applyForwardingActions()
/external/llvm-project/polly/include/polly/
DScopInfo.h1520 void removeSingleMemoryAccess(MemoryAccess *MA, bool AfterHoisting = true);
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp1346 void ScopStmt::removeSingleMemoryAccess(MemoryAccess *MA, bool AfterHoisting) { in removeSingleMemoryAccess() function in ScopStmt
1768 StmtIt->removeSingleMemoryAccess(MA, AfterHoisting); in removeStmts()