Searched refs:SIVTest (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_dependence.cpp | 328 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()
|
D | loop_dependence.h | 469 bool SIVTest(const std::pair<SENode*, SENode*>& subscript_pair,
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_dependence.cpp | 328 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()
|
D | loop_dependence.h | 469 bool SIVTest(const std::pair<SENode*, SENode*>& subscript_pair,
|