Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCodeLayout.h23 using EdgeT = std::pair<uint64_t, uint64_t>; variable
24 using EdgeCountT = std::pair<EdgeT, uint64_t>;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp473 using EdgeT = std::pair<uint64_t, uint64_t>; typedef in __anone35372fe0111::ExtTSPImpl
474 using EdgeCountMap = std::vector<std::pair<EdgeT, uint64_t>>;
959 const std::vector<std::pair<EdgeT, uint64_t>> &EdgeCounts) { in applyExtTspLayout() argument
980 const std::vector<std::pair<EdgeT, uint64_t>> &EdgeCounts) { in calcExtTspScore() argument
1008 const std::vector<std::pair<EdgeT, uint64_t>> &EdgeCounts) { in calcExtTspScore() argument