Searched refs:DepIter (Results 1 – 1 of 1) sorted by relevance
532 auto DepIter = Dependency.find(Instr.getDest()); in localCSE() local533 if (DepIter != Dependency.end()) { in localCSE()534 for (auto *DepInst : DepIter->second) { in localCSE()