Searched refs:calcExtTspScore (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | CodeLayout.h | 51 double calcExtTspScore(ArrayRef<uint64_t> Order, ArrayRef<uint64_t> NodeSizes, 56 double calcExtTspScore(ArrayRef<uint64_t> NodeSizes,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeLayout.cpp | 1428 double codelayout::calcExtTspScore(ArrayRef<uint64_t> Order, in calcExtTspScore() function in codelayout 1451 double codelayout::calcExtTspScore(ArrayRef<uint64_t> NodeSizes, in calcExtTspScore() function in codelayout 1458 return calcExtTspScore(Order, NodeSizes, NodeCounts, EdgeCounts); in calcExtTspScore()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineBlockPlacement.cpp | 3558 calcExtTspScore(BlockSizes, BlockCounts, JumpCounts))); in applyExtTsp() 3568 calcExtTspScore(NewOrder, BlockSizes, BlockCounts, in applyExtTsp()
|