Home
last modified time | relevance | path

Searched defs:costs (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp190 costs[i + 1][j + 1] = std::numeric_limits<PBQP::PBQPNum>::infinity(); in addIntraChainConstraint() local
212 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); addIntraChainConstraint() local
289 PBQP::Matrix costs(G.getEdgeCosts(edge)); addInterChainConstraint() local
[all...]
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc1310 std::vector<std::vector<double> > costs( in CalculateOptimalEdits() local