Searched defs:getWeightIterator (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp327 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) { function in class:MachineBasicBlock
1127 /// getWeightIterator - Return wight iterator corresonding to the I successor
1130 getWeightIterator(MachineBasicBloc
[all...]

Completed in 57 milliseconds