Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Itr

2190       DenseMap<MachineBasicBlock*, uint32_t>::iterator Itr =
2192 if (Itr != DestWeights.end())
2193 Itr->second += I->ExtraWeight;
2204 DenseMap<MachineBasicBlock*, uint32_t>::iterator Itr =
2207 Itr != DestWeights.end() ? Itr->second : 0);