Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1489 LocalDepMapType::iterator LocalDepEntry = LocalDeps.find(RemInst); in removeInstruction() local
1490 if (LocalDepEntry != LocalDeps.end()) { in removeInstruction()
1492 if (Instruction *Inst = LocalDepEntry->second.getInst()) in removeInstruction()
1496 LocalDeps.erase(LocalDepEntry); in removeInstruction()