Home
last modified time | relevance | path

Searched defs:LoopNest (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/
DLoopFlatten.h21 class LoopNest; variable
DLoopInterchange.h18 class LoopNest; variable
DLoopUnrollAndJamPass.h17 class LoopNest; variable
DLICM.h43 class LoopNest; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DLoopNestAnalysis.cpp42 LoopNest::LoopNest(Loop &Root, ScalarEvolution &SE) in LoopNest() function in LoopNest
DDependenceAnalysis.cpp877 const Loop *LoopNest, in collectCommonLoops()
962 bool DependenceInfo::checkSubscript(const SCEV *Expr, const Loop *LoopNest, in checkSubscript()
1000 bool DependenceInfo::checkSrcSubscript(const SCEV *Src, const Loop *LoopNest, in checkSrcSubscript()
1007 bool DependenceInfo::checkDstSubscript(const SCEV *Dst, const Loop *LoopNest, in checkDstSubscript()
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_add_dead_continue_test.cpp226 TEST(TransformationAddDeadContinueTest, LoopNest) { in TEST() argument
/external/angle/third_party/spirv-tools/src/test/fuzz/
Dtransformation_add_dead_continue_test.cpp226 TEST(TransformationAddDeadContinueTest, LoopNest) { in TEST() argument
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_add_dead_continue_test.cpp226 TEST(TransformationAddDeadContinueTest, LoopNest) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp802 const Loop *LoopNest, in collectCommonLoops()
887 bool DependenceInfo::checkSubscript(const SCEV *Expr, const Loop *LoopNest, in checkSubscript()
913 bool DependenceInfo::checkSrcSubscript(const SCEV *Src, const Loop *LoopNest, in checkSrcSubscript()
920 bool DependenceInfo::checkDstSubscript(const SCEV *Dst, const Loop *LoopNest, in checkDstSubscript()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp767 const Loop *LoopNest, in collectCommonLoops()
853 bool DependenceInfo::checkSrcSubscript(const SCEV *Src, const Loop *LoopNest, in checkSrcSubscript()
878 bool DependenceInfo::checkDstSubscript(const SCEV *Dst, const Loop *LoopNest, in checkDstSubscript()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp3375 std::vector<CanonicalLoopInfo *> LoopNest = in unrollLoopPartial() local