Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp155 const unsigned NumSucc = TI.getNumSuccessors(); in CountCodeReductionForConstant() local
157 for (unsigned I = 0; I != NumSucc; ++I) in CountCodeReductionForConstant()
160 Reduction += InlineConstants::InstrCost*Instrs*(NumSucc-1)/NumSucc; in CountCodeReductionForConstant()
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1171 unsigned NumSucc = OuterLoopPredecessorBI->getNumSuccessors(); in adjustLoopBranches() local
1172 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()