Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1664 ReverseNonLocalPtrDepTy::iterator ReversePtrDepIt = in removeInstruction() local
1666 if (ReversePtrDepIt != ReverseNonLocalPtrDeps.end()) { in removeInstruction()
1670 for (ValueIsLoadPair P : ReversePtrDepIt->second) { in removeInstruction()
1696 ReverseNonLocalPtrDeps.erase(ReversePtrDepIt); in removeInstruction()