Searched refs:NumSucc (Results 1 – 2 of 2) sorted by relevance
155 const unsigned NumSucc = TI.getNumSuccessors(); in CountCodeReductionForConstant() local157 for (unsigned I = 0; I != NumSucc; ++I) in CountCodeReductionForConstant()160 Reduction += InlineConstants::InstrCost*Instrs*(NumSucc-1)/NumSucc; in CountCodeReductionForConstant()
1171 unsigned NumSucc = OuterLoopPredecessorBI->getNumSuccessors(); in adjustLoopBranches() local1172 for (unsigned i = 0; i < NumSucc; ++i) { in adjustLoopBranches()1177 NumSucc = OuterLoopHeaderBI->getNumSuccessors(); in adjustLoopBranches()1178 for (unsigned i = 0; i < NumSucc; ++i) { in adjustLoopBranches()1198 NumSucc = InnerLoopLatchPredecessorBI->getNumSuccessors(); in adjustLoopBranches()1199 for (unsigned i = 0; i < NumSucc; ++i) { in adjustLoopBranches()