Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getWeightIterator

327         OS << '(' << *getWeightIterator(SI) << ')';
503 weight_iterator WI = getWeightIterator(I);
516 weight_iterator WI = getWeightIterator(I);
557 weight_iterator OldWI = getWeightIterator(OldI);
558 *getWeightIterator(NewI) += *OldWI;
1114 return *getWeightIterator(Succ);
1117 /// getWeightIterator - Return wight iterator corresonding to the I successor
1120 getWeightIterator(MachineBasicBlock::succ_iterator I) {
1127 /// getWeightIterator - Return wight iterator corresonding to the I successor
1130 getWeightIterator(MachineBasicBlock::const_succ_iterator I) const {