Searched refs:copyStmt (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/polly/include/polly/CodeGen/ |
D | BlockGenerators.h | 83 void copyStmt(ScopStmt &Stmt, LoopToScevMapT <S, 630 Generator.copyStmt(Stmt, NewAccesses); in generate() 779 void copyStmt(ScopStmt &Stmt, __isl_keep isl_id_to_ast_expr *NewAccesses); 800 void copyStmt(ScopStmt &Stmt, LoopToScevMapT <S,
|
/external/llvm-project/polly/lib/CodeGen/ |
D | BlockGenerators.cpp | 416 void BlockGenerator::copyStmt(ScopStmt &Stmt, LoopToScevMapT <S, in copyStmt() function in BlockGenerator 1364 void VectorBlockGenerator::copyStmt( in copyStmt() function in VectorBlockGenerator 1457 void RegionGenerator::copyStmt(ScopStmt &Stmt, LoopToScevMapT <S, in copyStmt() function in RegionGenerator
|
D | IslNodeBuilder.cpp | 991 BlockGen.copyStmt(*Stmt, LTS, NewAccesses); in createUser() 993 RegionGen.copyStmt(*Stmt, LTS, NewAccesses); in createUser()
|
D | PPCGCodeGeneration.cpp | 1318 BlockGen.copyStmt(*Stmt, LTS, Indexes); in createScopStmt() 1320 RegionGen.copyStmt(*Stmt, LTS, Indexes); in createScopStmt()
|