Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeLayout.h51 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 DCodeLayout.cpp1428 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 DMachineBlockPlacement.cpp3558 calcExtTspScore(BlockSizes, BlockCounts, JumpCounts))); in applyExtTsp()
3568 calcExtTspScore(NewOrder, BlockSizes, BlockCounts, in applyExtTsp()