Home
last modified time | relevance | path

Searched refs:LoopNest (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h523 bool isLoopInvariant(const SCEV *Expression, const Loop *LoopNest) const;
540 const Loop *LoopNest,
546 const Loop *LoopNest,
552 const Loop *LoopNest,
933 bool checkSubscript(const SCEV *Expr, const Loop *LoopNest,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp790 const Loop *LoopNest) const { in isLoopInvariant()
791 if (!LoopNest) in isLoopInvariant()
793 return SE->isLoopInvariant(Expression, LoopNest) && in isLoopInvariant()
794 isLoopInvariant(Expression, LoopNest->getParentLoop()); in isLoopInvariant()
802 const Loop *LoopNest, in collectCommonLoops() argument
804 while (LoopNest) { in collectCommonLoops()
805 unsigned Level = LoopNest->getLoopDepth(); in collectCommonLoops()
806 if (Level <= CommonLevels && !SE->isLoopInvariant(Expression, LoopNest)) in collectCommonLoops()
808 LoopNest = LoopNest->getParentLoop(); in collectCommonLoops()
887 bool DependenceInfo::checkSubscript(const SCEV *Expr, const Loop *LoopNest, in checkSubscript() argument
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_add_dead_continue_test.cpp226 TEST(TransformationAddDeadContinueTest, LoopNest) { in TEST() argument
/third_party/spirv-tools/test/fuzz/
Dtransformation_add_dead_continue_test.cpp226 TEST(TransformationAddDeadContinueTest, LoopNest) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_add_dead_continue_test.cpp226 TEST(TransformationAddDeadContinueTest, LoopNest) { in TEST() argument