Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DCodeLayout.h34 std::vector<uint64_t> applyExtTspLayout(
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp911 std::vector<uint64_t> llvm::applyExtTspLayout( in applyExtTspLayout() function in llvm
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3524 auto NewOrder = applyExtTspLayout(BlockSizes, BlockCounts, JumpCounts); in applyExtTsp()