reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/PBQP/Graph.h
  411              getNodeCosts(N2Id).getLength() == Costs.getCols() &&
  437              getNodeCosts(N2Id).getLength() == Costs->getCols() &&
include/llvm/CodeGen/RegAllocPBQP.h
   55       UnsafeCols(new bool[M.getCols() - 1]()) {
   56     unsigned* ColCounts = new unsigned[M.getCols() - 1]();
   60       for (unsigned j = 1; j < M.getCols(); ++j) {
   71       *std::max_element(ColCounts, ColCounts + M.getCols() - 1);
lib/CodeGen/RegAllocPBQP.cpp
  510     assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch.");
  902     assert(M.getCols() != 0 && "No cols in matrix.");
  904     OS << PrintNodeInfo(N2Id, *this) << ' ' << M.getCols() << " cols:\n";