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

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 606 SmallPtrSet<Instruction *, 8> AdjacentStores;
616 AdjacentStores.insert(I);
636 StoredVal, HeadStore, AdjacentStores, StoreEv,
638 TransformedStores.insert(AdjacentStores.begin(), AdjacentStores.end());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 675 SmallPtrSet<Instruction *, 8> AdjacentStores;
685 AdjacentStores.insert(I);
705 StoredVal, HeadStore, AdjacentStores, StoreEv,
707 TransformedStores.insert(AdjacentStores.begin(), AdjacentStores.end());
    [all...]

Completed in 156 milliseconds