Home
last modified time | relevance | path

Searched refs:calcExtTspScore (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DCodeLayout.h46 double calcExtTspScore(const std::vector<uint64_t> &Order,
52 double calcExtTspScore(const std::vector<uint64_t> &NodeSizes,
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DCodeLayout.cpp977 double llvm::calcExtTspScore( in calcExtTspScore() function in llvm
1005 double llvm::calcExtTspScore( in calcExtTspScore() function in llvm
1013 return calcExtTspScore(Order, NodeSizes, NodeCounts, EdgeCounts); in calcExtTspScore()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp3535 calcExtTspScore(BlockSizes, BlockCounts, JumpCounts))); in applyExtTsp()
3545 calcExtTspScore(NewOrder, BlockSizes, BlockCounts, in applyExtTsp()