Home
last modified time | relevance | path

Searched refs:getLoopForStmt (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/polly/lib/CodeGen/
DBlockGenerators.cpp227 getNewValue(Stmt, OldOperand, BBMap, LTS, getLoopForStmt(Stmt)); in copyInstScalar()
261 Stmt, getLoopForStmt(Stmt), in generateLocationAccessed()
306 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()
573 getImplicitAddress(*MA, getLoopForStmt(Stmt), LTS, BBMap, NewAccesses); in generateScalarLoads()
788 auto Address = getImplicitAddress(*MA, getLoopForStmt(Stmt), LTS, in generateScalarStores()
1165 ScalarMaps, getLoopForStmt(Stmt)); in copyUnaryInst()
1177 Loop *L = getLoopForStmt(Stmt); in copyBinaryInst()
1197 ScalarMaps, getLoopForStmt(Stmt)); in copyStore()
[all …]
/external/llvm-project/polly/include/polly/CodeGen/
DBlockGenerators.h481 Loop *getLoopForStmt(const ScopStmt &Stmt) const;