HomeSort by: relevance | last modified time | path
    Searched refs:StoreCount (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NewGVN.cpp 363 unsigned getStoreCount() const { return StoreCount; }
364 void incStoreCount() { ++StoreCount; }
366 assert(StoreCount != 0 && "Store count went negative");
367 --StoreCount;
371 bool definesNoMemory() const { return StoreCount == 0 && memory_empty(); }
381 if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) !=
382 std::tie(Other->StoreCount, Other->RepLeader, Other->RepStoredValue,
426 int StoreCount = 0;
2162 // - The StoreCount of OldClass and NewClass is expected to have been updated
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 11524 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) {
11530 unsigned IdxI = StoreCount * LaneLen * Factor + i;
11537 unsigned IdxJ = StoreCount * LaneLen * Factor + j;
11555 if (StoreCount > 0)
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 19887 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) {
19890 if (StoreCount > 0)
19898 unsigned IdxI = StoreCount * LaneLen * Factor + i;
19905 unsigned IdxJ = StoreCount * LaneLen * Factor + j;

Completed in 49 milliseconds