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

/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h78 typedef std::vector<uint32_t>::iterator weight_iterator; typedef in class:llvm::MachineBasicBlock
655 weight_iterator getWeightIterator(succ_iterator I);
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp509 weight_iterator WI = getWeightIterator(I);
522 weight_iterator WI = getWeightIterator(I);
563 weight_iterator OldWI = getWeightIterator(OldI);
1137 MachineBasicBlock::weight_iterator MachineBasicBlock::

Completed in 84 milliseconds