Home
last modified time | relevance | path

Searched refs:getSurroundingLoop (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/polly/lib/Transform/
H A DZoneAlgo.cpp426 : 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 DForwardOpTree.cpp764 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 DPolyhedralInfo.cpp132 if (L->contains(SS.getSurroundingLoop())) { in getScheduleForLoop()
H A DScopBuilder.cpp1477 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 DVirtualInstruction.h200 return VirtualUse::create(User, User->getSurroundingLoop(), U->get(), true);
/llvm-project-15.0.7/polly/lib/Support/
H A DVirtualInstruction.cpp350 Loop *Scope = Stmt->getSurroundingLoop(); in walkReachable()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1379 Loop *getSurroundingLoop() const { in getSurroundingLoop() function