Home
last modified time | relevance | path

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

/llvm-project/polly/lib/Analysis/
H A DScopBuilder.cpp1482 Loop *SurroundingLoop = Stmt->getSurroundingLoop(); in buildAccessMultiDimFixed() local
1577 Loop *SurroundingLoop = Stmt->getSurroundingLoop(); in buildAccessMemIntrinsic() local
1715 Loop *SurroundingLoop = Stmt->getSurroundingLoop(); in buildAccessSingleDim() local
1815 Loop *SurroundingLoop = LI.getLoopFor(BB); in buildSequentialBlockStmts() local
2032 Loop *SurroundingLoop = buildStmts() local
[all...]
H A DScopInfo.cpp1173 ScopStmt(Scop & parent,Region & R,StringRef Name,Loop * SurroundingLoop,std::vector<Instruction * > EntryBlockInstructions) ScopStmt() argument
1179 ScopStmt(Scop & parent,BasicBlock & bb,StringRef Name,Loop * SurroundingLoop,std::vector<Instruction * > Instructions) ScopStmt() argument
2296 addScopStmt(BasicBlock * BB,StringRef Name,Loop * SurroundingLoop,std::vector<Instruction * > Instructions) addScopStmt() argument
2309 addScopStmt(Region * R,StringRef Name,Loop * SurroundingLoop,std::vector<Instruction * > Instructions) addScopStmt() argument
[all...]
/llvm-project/polly/include/polly/
H A DScopInfo.h1261 Loop *SurroundingLoop; global() variable