Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1143 ScopStmt(Scop &parent, BasicBlock &bb, StringRef Name, Loop *SurroundingLoop,
1154 ScopStmt(Scop &parent, Region &R, StringRef Name, Loop *SurroundingLoop,
1261 Loop *SurroundingLoop; variable
1382 return SurroundingLoop; in getSurroundingLoop()
1902 void addScopStmt(BasicBlock *BB, StringRef Name, Loop *SurroundingLoop,
1916 void addScopStmt(Region *R, StringRef Name, Loop *SurroundingLoop,
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp1477 Loop *SurroundingLoop = Stmt->getSurroundingLoop(); in buildAccessMultiDimFixed() local
1568 Loop *SurroundingLoop = Stmt->getSurroundingLoop(); in buildAccessMemIntrinsic() local
1714 Loop *SurroundingLoop = Stmt->getSurroundingLoop(); in buildAccessSingleDim() local
1716 isAffineExpr(&scop->getRegion(), SurroundingLoop, in buildAccessSingleDim()
1808 Loop *SurroundingLoop = LI.getLoopFor(BB); in buildSequentialBlockStmts() local
1814 if (shouldModelInst(&Inst, SurroundingLoop)) in buildSequentialBlockStmts()
1819 scop->addScopStmt(BB, Name, SurroundingLoop, Instructions); in buildSequentialBlockStmts()
1826 scop->addScopStmt(BB, Name, SurroundingLoop, Instructions); in buildSequentialBlockStmts()
2025 Loop *SurroundingLoop = in buildStmts() local
2028 if (shouldModelInst(&Inst, SurroundingLoop)) in buildStmts()
[all …]
H A DScopInfo.cpp1170 Loop *SurroundingLoop, in ScopStmt() argument
1173 SurroundingLoop(SurroundingLoop), Instructions(EntryBlockInstructions) {} in ScopStmt()
1176 Loop *SurroundingLoop, in ScopStmt() argument
1179 BaseName(Name), SurroundingLoop(SurroundingLoop), in ScopStmt()
2295 void Scop::addScopStmt(BasicBlock *BB, StringRef Name, Loop *SurroundingLoop, in addScopStmt() argument
2298 Stmts.emplace_back(*this, *BB, Name, SurroundingLoop, Instructions); in addScopStmt()
2308 void Scop::addScopStmt(Region *R, StringRef Name, Loop *SurroundingLoop, in addScopStmt() argument
2311 Stmts.emplace_back(*this, *R, Name, SurroundingLoop, Instructions); in addScopStmt()