HomeSort by relevance Sort by last modified time
    Searched defs:ZIVTest (Results 1 - 2 of 2) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/opt/
loop_dependence.cpp 319 if (ZIVTest(subscript_pair)) {
320 PrintDebug("Proved independence with ZIVTest.");
394 bool LoopDependenceAnalysis::ZIVTest(
399 PrintDebug("Performing ZIVTest");
402 PrintDebug("ZIVTest found EQ dependence.");
405 PrintDebug("ZIVTest found independence.");
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
loop_dependence.cpp 319 if (ZIVTest(subscript_pair)) {
320 PrintDebug("Proved independence with ZIVTest.");
394 bool LoopDependenceAnalysis::ZIVTest(
399 PrintDebug("Performing ZIVTest");
402 PrintDebug("ZIVTest found EQ dependence.");
405 PrintDebug("ZIVTest found independence.");
    [all...]

Completed in 79 milliseconds