reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
410 assert(getNodeCosts(N1Id).getLength() == Costs.getRows() && 411 getNodeCosts(N2Id).getLength() == Costs.getCols() && 436 assert(getNodeCosts(N1Id).getLength() == Costs->getRows() && 437 getNodeCosts(N2Id).getLength() == Costs->getCols() &&include/llvm/CodeGen/PBQP/Math.h
110 assert((V.getLength() != 0) && "Zero-length vector badness."); 113 for (unsigned i = 1; i < V.getLength(); ++i)include/llvm/CodeGen/PBQP/ReductionRules.h
49 for (unsigned j = 0; j < YCosts.getLength(); ++j) { 51 for (unsigned i = 1; i < XCosts.getLength(); ++i) { 59 for (unsigned i = 0; i < YCosts.getLength(); ++i) { 61 for (unsigned j = 1; j < XCosts.getLength(); ++j) { 104 unsigned XLen = XCosts.getLength(), 152 unsigned VL = V.getLength();include/llvm/CodeGen/RegAllocPBQP.h
209 NumOpts = Costs.getLength() - 1; 299 assert(G.getNodeCosts(NId).getLength() > 1 &&lib/CodeGen/RegAllocPBQP.cpp
891 assert(Costs.getLength() != 0 && "Empty vector in graph.");