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