Searched refs:NumBBInsts (Results 1 – 6 of 6) sorted by relevance
48 DenseMap<const BasicBlock *, unsigned> NumBBInsts; member
69 DenseMap<const BasicBlock *, unsigned> NumBBInsts; member
185 NumBBInsts[BB] = NumInsts - NumInstsBeforeThisBB; in analyzeBasicBlock()
198 NumBBInsts[BB] = NumInsts - NumInstsBeforeThisBB; in analyzeBasicBlock()
142 NumBBInsts[BB] = NumInsts - NumInstsBeforeThisBB; in analyzeBasicBlock()158 Instrs += NumBBInsts[TI.getSuccessor(I)]; in CountCodeReductionForConstant()