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

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 595 SmallPtrSet<Value *, 16> TransformedStores;
614 if (TransformedStores.count(I))
638 TransformedStores.insert(AdjacentStores.begin(), AdjacentStores.end());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 664 SmallPtrSet<Value *, 16> TransformedStores;
683 if (TransformedStores.count(I))
707 TransformedStores.insert(AdjacentStores.begin(), AdjacentStores.end());
    [all...]

Completed in 470 milliseconds