Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DCodeLayout.h24 using EdgeCountT = std::pair<EdgeT, uint64_t>; variable
40 const std::vector<EdgeCountT> &EdgeCounts);
49 const std::vector<EdgeCountT> &EdgeCounts);
54 const std::vector<EdgeCountT> &EdgeCounts);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp3505 std::vector<EdgeCountT> JumpCounts; in applyExtTsp()