Searched refs:getSurroundingLoop (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/polly/lib/Transform/ |
D | ZoneAlgo.cpp | 425 : 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()
|
D | ForwardOpTree.cpp | 761 S, TargetStmt, TargetStmt->getSurroundingLoop(), UseVal, true); in forwardTreeImpl() 948 Loop *InLoop = Stmt->getSurroundingLoop(); in tryForwardTree()
|
/external/llvm-project/polly/lib/Analysis/ |
D | PolyhedralInfo.cpp | 132 if (L->contains(SS.getSurroundingLoop())) { in getScheduleForLoop()
|
D | ScopBuilder.cpp | 1649 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/ |
D | VirtualInstruction.h | 198 return VirtualUse::create(User, User->getSurroundingLoop(), U->get(), true);
|
/external/llvm-project/polly/lib/Support/ |
D | VirtualInstruction.cpp | 349 Loop *Scope = Stmt->getSurroundingLoop(); in walkReachable()
|
/external/llvm-project/polly/include/polly/ |
D | ScopInfo.h | 1386 Loop *getSurroundingLoop() const { in getSurroundingLoop() function
|