Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVLIWMachineScheduler.h168 const auto BBSize = DAG->getBBSize(); in init() local
169 CriticalPathLength = BBSize / SchedModel->getIssueWidth(); in init()
170 if (BBSize < 50) in init()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp365 unsigned &BBSize = BlockInfo[MBB->getNumber()].Size; in fixupConditionalBranch() local
368 BBSize += NewBrSize; in fixupConditionalBranch()
373 unsigned &BBSize = BlockInfo[MBB->getNumber()].Size; in fixupConditionalBranch() local
376 BBSize += NewBrSize; in fixupConditionalBranch()
379 unsigned &BBSize = BlockInfo[MBB->getNumber()].Size; in fixupConditionalBranch() local
382 BBSize -= RemovedSize; in fixupConditionalBranch()
H A DCriticalAntiDepBreaker.cpp51 const unsigned BBSize = BB->size(); in StartBlock() local
58 DefIndices[i] = BBSize; in StartBlock()
72 KillIndices[Reg] = BBSize; in StartBlock()
90 KillIndices[Reg] = BBSize; in StartBlock()
H A DAggressiveAntiDepBreaker.cpp59 const unsigned BBSize = BB->size(); in AggressiveAntiDepState() local
66 DefIndices[i] = BBSize; in AggressiveAntiDepState()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1197 size_t BBSize = Caller->size() + Callee->size() - 1; in areInlineCompatible() local
1198 return BBSize <= InlineMaxBB; in areInlineCompatible()