Searched defs:NodeCounts (Results 1 – 8 of 8) sorted by relevance
32 struct NodeCounts { struct33 size_t flat = 0; // #flats34 size_t flat_64 = 0; // #flats up to 64 bytes35 size_t flat_128 = 0; // #flats up to 128 bytes36 size_t flat_256 = 0; // #flats up to 256 bytes37 size_t flat_512 = 0; // #flats up to 512 bytes38 size_t flat_1k = 0; // #flats up to 1K bytes39 size_t external = 0; // #external reps40 size_t substring = 0; // #substring reps41 size_t concat = 0; // #concat reps[all …]
478 const std::vector<uint64_t> &NodeCounts, in ExtTSPImpl()502 const std::vector<uint64_t> &NodeCounts, in initialize()958 const std::vector<uint64_t> &NodeCounts, in applyExtTspLayout()979 const std::vector<uint64_t> &NodeCounts, in calcExtTspScore()1007 const std::vector<uint64_t> &NodeCounts, in calcExtTspScore()
3464 "NodeCounts":{ object