Home
last modified time | relevance | path

Searched refs:NodeCounts (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCodeLayout.h39 const std::vector<uint64_t> &NodeCounts,
48 const std::vector<uint64_t> &NodeCounts,
53 const std::vector<uint64_t> &NodeCounts,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp478 const std::vector<uint64_t> &NodeCounts, in ExtTSPImpl() argument
481 initialize(NodeSizes, NodeCounts, EdgeCounts); in ExtTSPImpl()
502 const std::vector<uint64_t> &NodeCounts, in initialize() argument
508 uint64_t ExecutionCount = NodeCounts[Node]; in initialize()
958 const std::vector<uint64_t> &NodeCounts, in applyExtTspLayout() argument
963 assert(NodeCounts.size() == NodeSizes.size() && "Incorrect input"); in applyExtTspLayout()
967 auto Alg = ExtTSPImpl(NumNodes, NodeSizes, NodeCounts, EdgeCounts); in applyExtTspLayout()
979 const std::vector<uint64_t> &NodeCounts, in calcExtTspScore() argument
1007 const std::vector<uint64_t> &NodeCounts, in calcExtTspScore() argument
1013 return calcExtTspScore(Order, NodeSizes, NodeCounts, EdgeCounts); in calcExtTspScore()