Searched refs:BBSize (Results 1 – 5 of 5) sorted by relevance
168 const auto BBSize = DAG->getBBSize(); in init() local169 CriticalPathLength = BBSize / SchedModel->getIssueWidth(); in init()170 if (BBSize < 50) in init()
365 unsigned &BBSize = BlockInfo[MBB->getNumber()].Size; in fixupConditionalBranch() local368 BBSize += NewBrSize; in fixupConditionalBranch()373 unsigned &BBSize = BlockInfo[MBB->getNumber()].Size; in fixupConditionalBranch() local376 BBSize += NewBrSize; in fixupConditionalBranch()379 unsigned &BBSize = BlockInfo[MBB->getNumber()].Size; in fixupConditionalBranch() local382 BBSize -= RemovedSize; in fixupConditionalBranch()
51 const unsigned BBSize = BB->size(); in StartBlock() local58 DefIndices[i] = BBSize; in StartBlock()72 KillIndices[Reg] = BBSize; in StartBlock()90 KillIndices[Reg] = BBSize; in StartBlock()
59 const unsigned BBSize = BB->size(); in AggressiveAntiDepState() local66 DefIndices[i] = BBSize; in AggressiveAntiDepState()
1197 size_t BBSize = Caller->size() + Callee->size() - 1; in areInlineCompatible() local1198 return BBSize <= InlineMaxBB; in areInlineCompatible()