Searched refs:getSurroundingLoop (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | ZoneAlgo.cpp | 426 : Stmt->getSurroundingLoop(); in getWrittenValue() 685 isInsideLoop(DefStmt->getSurroundingLoop(), in getDefToTarget() 686 TargetStmt->getSurroundingLoop())) { in getDefToTarget() 1043 isl::map PHIValInst = makeValInst(PHI, &Stmt, Stmt.getSurroundingLoop()); in computeNormalizedPHIs() 1060 IncomingVal, IncomingStmt, IncomingStmt->getSurroundingLoop()); in computeNormalizedPHIs()
|
| H A D | ForwardOpTree.cpp | 764 S, TargetStmt, TargetStmt->getSurroundingLoop(), UseVal, true); in forwardTreeImpl() 951 Loop *InLoop = Stmt->getSurroundingLoop(); in tryForwardTree()
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | PolyhedralInfo.cpp | 132 if (L->contains(SS.getSurroundingLoop())) { in getScheduleForLoop()
|
| H A D | ScopBuilder.cpp | 1477 Loop *SurroundingLoop = Stmt->getSurroundingLoop(); in buildAccessMultiDimFixed() 1568 Loop *SurroundingLoop = Stmt->getSurroundingLoop(); in buildAccessMemIntrinsic() 1714 Loop *SurroundingLoop = Stmt->getSurroundingLoop(); in buildAccessSingleDim() 2372 auto *Scope = UserStmt->getSurroundingLoop(); in ensureValueRead() 3426 VirtualUse::create(S, Stmt, Stmt->getSurroundingLoop(), &Inst, true); in verifyUses()
|
| /llvm-project-15.0.7/polly/include/polly/Support/ |
| H A D | VirtualInstruction.h | 200 return VirtualUse::create(User, User->getSurroundingLoop(), U->get(), true);
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | VirtualInstruction.cpp | 350 Loop *Scope = Stmt->getSurroundingLoop(); in walkReachable()
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopInfo.h | 1379 Loop *getSurroundingLoop() const { in getSurroundingLoop() function
|