Searched refs:calcExtTspScore (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| D | CodeLayout.h | 46 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/ |
| D | CodeLayout.cpp | 977 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/ |
| D | MachineBlockPlacement.cpp | 3535 calcExtTspScore(BlockSizes, BlockCounts, JumpCounts))); in applyExtTsp() 3545 calcExtTspScore(NewOrder, BlockSizes, BlockCounts, in applyExtTsp()
|