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 329 OS << '(' << *getWeightIterator(SI) << ')';
509 weight_iterator WI = getWeightIterator(I);
522 weight_iterator WI = getWeightIterator(I);
563 weight_iterator OldWI = getWeightIterator(OldI);
564 *getWeightIterator(NewI) += *OldWI;
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 653 /// getWeightIterator - Return weight iterator corresponding to the I
655 weight_iterator getWeightIterator(succ_iterator I);
656 const_weight_iterator getWeightIterator(const_succ_iterator I) const;

Completed in 64 milliseconds