Home
last modified time | relevance | path

Searched refs:InstOverlapIntervalsTy (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp174 using InstOverlapIntervalsTy = DenseMap<Instruction *, OverlapIntervalsTy>; typedef
274 InstOverlapIntervalsTy &IOL) { in isPartialOverwrite()
773 MapVector<BasicBlock *, InstOverlapIntervalsTy> IOLs;
1874 bool removePartiallyOverlappedStores(InstOverlapIntervalsTy &IOL) { in removePartiallyOverlappedStores()
2056 std::make_pair<BasicBlock *, InstOverlapIntervalsTy>( in eliminateDeadStores()
2057 DeadI->getParent(), InstOverlapIntervalsTy())); in eliminateDeadStores()