Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCodeLayout.h38 applyExtTspLayout(const std::vector<uint64_t> &NodeSizes,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp956 std::vector<uint64_t> llvm::applyExtTspLayout( in applyExtTspLayout() function in llvm
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3538 auto NewOrder = applyExtTspLayout(BlockSizes, BlockCounts, JumpCounts); in applyExtTsp()