Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DIslNodeBuilder.cpp319 for (const auto &I : OutsideLoopIterations) in getReferencesInSubtree()
726 OutsideLoopIterations.erase(L); in createForParallel()
960 assert(OutsideLoopIterations.find(L) == OutsideLoopIterations.end() && in materializeNonScopLoopInductionVariable()
966 OutsideLoopIterations[L] = SE.getUnknown(V); in materializeNonScopLoopInductionVariable()
980 LTS.insert(OutsideLoopIterations.begin(), OutsideLoopIterations.end()); in createUser()
DPPCGCodeGeneration.cpp1313 LTS.insert(OutsideLoopIterations.begin(), OutsideLoopIterations.end()); in createScopStmt()
1476 for (const auto &I : OutsideLoopIterations) in getReferencesInKernel()
1824 OutsideLoopIterations[L] = SE.getUnknown(V); in createKernel()
/external/llvm-project/polly/include/polly/CodeGen/
DIslNodeBuilder.h163 MapVector<const Loop *, const SCEV *> OutsideLoopIterations; variable