Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1322 bool isCopyStmt() const { return BB == nullptr && R == nullptr; } in isCopyStmt() function
1350 if (isCopyStmt()) in represents()
1380 assert(!isCopyStmt() && in getSurroundingLoop()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp1008 if (Stmt->isCopyStmt()) { in createUser()
H A DBlockGenerators.cpp979 if (Stmt.isCopyStmt()) in invalidateScalarEvolution()