Home
last modified time | relevance | path

Searched refs:SIVTest (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.cpp328 if (SIVTest(subscript_pair, distance_vector)) { in GetDependence()
411 bool LoopDependenceAnalysis::SIVTest( in SIVTest() function in spvtools::opt::LoopDependenceAnalysis
1498 [this](SubscriptPair& p, DistanceVector& d) { return SIVTest(p, &d); }); in DeltaTest()
Dloop_dependence.h469 bool SIVTest(const std::pair<SENode*, SENode*>& subscript_pair,
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.cpp328 if (SIVTest(subscript_pair, distance_vector)) { in GetDependence()
411 bool LoopDependenceAnalysis::SIVTest( in SIVTest() function in spvtools::opt::LoopDependenceAnalysis
1498 [this](SubscriptPair& p, DistanceVector& d) { return SIVTest(p, &d); }); in DeltaTest()
Dloop_dependence.h469 bool SIVTest(const std::pair<SENode*, SENode*>& subscript_pair,