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