Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DCodeLayout.h43 double calcExtTspScore(
49 double calcExtTspScore(
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp932 double llvm::calcExtTspScore( in calcExtTspScore() function in llvm
953 double llvm::calcExtTspScore( in calcExtTspScore() function in llvm
961 return calcExtTspScore(Order, NodeSizes, NodeCounts, EdgeCounts); in calcExtTspScore()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3521 calcExtTspScore(BlockSizes, BlockCounts, JumpCounts))); in applyExtTsp()
3531 calcExtTspScore(NewOrder, BlockSizes, BlockCounts, in applyExtTsp()