HomeSort by relevance Sort by last modified time
    Searched refs:DependenceDistance (Results 1 - 6 of 6) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/opt/
loop_dependence.h 163 class DependenceDistance;
188 DeclareCastMethod(DependenceDistance);
218 class DependenceDistance : public Constraint {
220 DependenceDistance(SENode* distance, const Loop* loop)
225 DependenceDistance* AsDependenceDistance() final { return this; }
226 const DependenceDistance* AsDependenceDistance() const final { return this; }
loop_dependence.cpp     [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
loop_dependence.h 163 class DependenceDistance;
188 DeclareCastMethod(DependenceDistance);
218 class DependenceDistance : public Constraint {
220 DependenceDistance(SENode* distance, const Loop* loop)
225 DependenceDistance* AsDependenceDistance() final { return this; }
226 const DependenceDistance* AsDependenceDistance() const final { return this; }
loop_dependence.cpp     [all...]
  /external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
dependence_analysis.cpp     [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
dependence_analysis.cpp     [all...]

Completed in 52 milliseconds