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

  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 631 bool AllInvariant = true;
643 AllInvariant = false;
654 if (!AllInvariant) continue;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopSimplify.cpp 302 bool AllInvariant = true;
312 AllInvariant = false;
316 if (!AllInvariant) continue;

Completed in 59 milliseconds