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

  /external/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 289 // From FirstStore to LastLoad neither of the elimination candidate loads
299 // st3 B[i+1] -- | -' * FirstStore
313 StoreInst *FirstStore =
332 std::for_each(MemInstrs.begin() + getInstrIndex(FirstStore) + 1,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 321 // From FirstStore to LastLoad neither of the elimination candidate loads
331 // st3 B[i+1] -- | -' * FirstStore
345 StoreInst *FirstStore =
364 std::for_each(MemInstrs.begin() + getInstrIndex(FirstStore) + 1,
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
MemorySSA.cpp 717 Instruction *FirstStore = B.CreateStore(Zero, AllocA);
736 // optimized to FirstStore.
742 // Populate the cache for the store to AllocB directly after FirstStore. It
746 EXPECT_EQ(MSSA.getMemoryAccess(FirstStore), Load0Clobber);
749 // It will point to the store to %b after FirstStore. This only happens during
756 // FirstStore, not to the store after FirstStore.
758 EXPECT_EQ(UseClobber, MSSA.getMemoryAccess(FirstStore));
    [all...]

Completed in 1249 milliseconds