Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1658 ReverseNonLocalPtrDepTy::iterator ReversePtrDepIt = in removeInstruction() local
1660 if (ReversePtrDepIt != ReverseNonLocalPtrDeps.end()) { in removeInstruction()
1663 for (ValueIsLoadPair P : ReversePtrDepIt->second) { in removeInstruction()
1689 ReverseNonLocalPtrDeps.erase(ReversePtrDepIt); in removeInstruction()