Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp3505 std::vector<EdgeCountT> JumpCounts; in applyExtTsp() local
3525 JumpCounts.push_back(std::make_pair(Jump, JumpFreq.getFrequency())); in applyExtTsp()
3535 calcExtTspScore(BlockSizes, BlockCounts, JumpCounts))); in applyExtTsp()
3538 auto NewOrder = applyExtTspLayout(BlockSizes, BlockCounts, JumpCounts); in applyExtTsp()
3546 JumpCounts))); in applyExtTsp()