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

  /external/deqp-deps/SPIRV-Tools/source/opt/
loop_dependence.cpp 328 if (SIVTest(subscript_pair, distance_vector)) {
329 PrintDebug("Proved independence with SIVTest.");
411 bool LoopDependenceAnalysis::SIVTest(
418 "SIVTest could not find a DistanceEntry for subscript_pair. Exiting");
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
loop_dependence.cpp 328 if (SIVTest(subscript_pair, distance_vector)) {
329 PrintDebug("Proved independence with SIVTest.");
411 bool LoopDependenceAnalysis::SIVTest(
418 "SIVTest could not find a DistanceEntry for subscript_pair. Exiting");
    [all...]

Completed in 58 milliseconds