Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Itr

2308       DenseMap<MachineBasicBlock*, uint32_t>::iterator Itr =
2310 if (Itr != DestWeights.end())
2311 Itr->second += I->ExtraWeight;
2322 DenseMap<MachineBasicBlock*, uint32_t>::iterator Itr =
2325 Itr != DestWeights.end() ? Itr->second : 0);