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