HomeSort by relevance Sort by last modified time
    Searched refs:getWeightIterator (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 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
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 594 /// getWeightIterator - Return weight iterator corresponding to the I
596 weight_iterator getWeightIterator(succ_iterator I);
597 const_weight_iterator getWeightIterator(const_succ_iterator I) const;

Completed in 44 milliseconds