Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp176 using InstOverlapIntervalsTy = DenseMap<Instruction *, OverlapIntervalsTy>; typedef
287 InstOverlapIntervalsTy &IOL) { in isPartialOverwrite()
829 MapVector<BasicBlock *, InstOverlapIntervalsTy> IOLs;
1957 bool removePartiallyOverlappedStores(InstOverlapIntervalsTy &IOL) { in removePartiallyOverlappedStores()
2140 std::make_pair<BasicBlock *, InstOverlapIntervalsTy>( in eliminateDeadStores()
2141 DeadI->getParent(), InstOverlapIntervalsTy())); in eliminateDeadStores()