Searched refs:LocalDepEntry (Results 1 – 1 of 1) sorted by relevance
1489 LocalDepMapType::iterator LocalDepEntry = LocalDeps.find(RemInst); in removeInstruction() local1490 if (LocalDepEntry != LocalDeps.end()) { in removeInstruction()1492 if (Instruction *Inst = LocalDepEntry->second.getInst()) in removeInstruction()1496 LocalDeps.erase(LocalDepEntry); in removeInstruction()