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

/freebsd-10.2-release/contrib/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...]
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h624 /// getWeightIterator - Return weight iterator corresponding to the I
626 weight_iterator getWeightIterator(succ_iterator I);
627 const_weight_iterator getWeightIterator(const_succ_iterator I) const;

Completed in 168 milliseconds