Searched refs:getLoopForStmt (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | BlockGenerators.cpp | 226 getNewValue(Stmt, OldOperand, BBMap, LTS, getLoopForStmt(Stmt)); in copyInstScalar() 260 Stmt, getLoopForStmt(Stmt), in generateLocationAccessed() 305 Loop *BlockGenerator::getLoopForStmt(const ScopStmt &Stmt) const { in getLoopForStmt() function in BlockGenerator 340 LTS, getLoopForStmt(Stmt)); in generateArrayStore() 351 Loop *L = getLoopForStmt(Stmt); in canSyntheziseInStmt() 786 auto Address = getImplicitAddress(*MA, getLoopForStmt(Stmt), LTS, in generateScalarStores() 1156 ScalarMaps, getLoopForStmt(Stmt)); in copyUnaryInst() 1168 Loop *L = getLoopForStmt(Stmt); in copyBinaryInst() 1187 ScalarMaps, getLoopForStmt(Stmt)); in copyStore() 1763 OpCopy = getNewValue(Stmt, Op, BBCopyMap, LTS, getLoopForStmt(Stmt)); in addOperandToPHI() [all …]
|
| /llvm-project-15.0.7/polly/include/polly/CodeGen/ |
| H A D | BlockGenerators.h | 506 Loop *getLoopForStmt(const ScopStmt &Stmt) const;
|