Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getWeightIterator

459     weight_iterator WI = getWeightIterator(I);
472 weight_iterator WI = getWeightIterator(I);
487 weight_iterator WI = getWeightIterator(SI);
914 return *getWeightIterator(I);
917 /// getWeightIterator - Return wight iterator corresonding to the I successor
920 getWeightIterator(MachineBasicBlock::succ_iterator I) {
927 /// getWeightIterator - Return wight iterator corresonding to the I successor
930 getWeightIterator(MachineBasicBlock::const_succ_iterator I) const {