Home
last modified time | relevance | path

Searched refs:OutsideLoopIterations (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp329 for (const auto &I : OutsideLoopIterations) in getReferencesInSubtree()
755 OutsideLoopIterations.erase(L); in createForParallel()
984 assert(OutsideLoopIterations.find(L) == OutsideLoopIterations.end() && in materializeNonScopLoopInductionVariable()
990 OutsideLoopIterations[L] = SE.getUnknown(V); in materializeNonScopLoopInductionVariable()
1004 LTS.insert(OutsideLoopIterations.begin(), OutsideLoopIterations.end()); in createUser()
H A DPPCGCodeGeneration.cpp1331 LTS.insert(OutsideLoopIterations.begin(), OutsideLoopIterations.end()); in createScopStmt()
1494 for (const auto &I : OutsideLoopIterations) in getReferencesInKernel()
1844 OutsideLoopIterations[L] = SE.getUnknown(V); in createKernel()
/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DIslNodeBuilder.h154 MapVector<const Loop *, const SCEV *> OutsideLoopIterations; variable