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