Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DZoneAlgo.cpp425 : Stmt->getSurroundingLoop(); in getWrittenValue()
678 isInsideLoop(DefStmt->getSurroundingLoop(), in getDefToTarget()
679 TargetStmt->getSurroundingLoop())) { in getDefToTarget()
1029 isl::map PHIValInst = makeValInst(PHI, &Stmt, Stmt.getSurroundingLoop()); in computeNormalizedPHIs()
1046 IncomingVal, IncomingStmt, IncomingStmt->getSurroundingLoop()); in computeNormalizedPHIs()
DForwardOpTree.cpp761 S, TargetStmt, TargetStmt->getSurroundingLoop(), UseVal, true); in forwardTreeImpl()
948 Loop *InLoop = Stmt->getSurroundingLoop(); in tryForwardTree()
/external/llvm-project/polly/lib/Analysis/
DPolyhedralInfo.cpp132 if (L->contains(SS.getSurroundingLoop())) { in getScheduleForLoop()
DScopBuilder.cpp1649 Loop *SurroundingLoop = Stmt->getSurroundingLoop(); in buildAccessMultiDimFixed()
1740 Loop *SurroundingLoop = Stmt->getSurroundingLoop(); in buildAccessMemIntrinsic()
1876 Loop *SurroundingLoop = Stmt->getSurroundingLoop(); in buildAccessSingleDim()
2561 auto *Scope = UserStmt->getSurroundingLoop(); in ensureValueRead()
3609 VirtualUse::create(S, Stmt, Stmt->getSurroundingLoop(), &Inst, true); in verifyUses()
/external/llvm-project/polly/include/polly/Support/
DVirtualInstruction.h198 return VirtualUse::create(User, User->getSurroundingLoop(), U->get(), true);
/external/llvm-project/polly/lib/Support/
DVirtualInstruction.cpp349 Loop *Scope = Stmt->getSurroundingLoop(); in walkReachable()
/external/llvm-project/polly/include/polly/
DScopInfo.h1386 Loop *getSurroundingLoop() const { in getSurroundingLoop() function