Searched refs:NumIters (Results 1 – 4 of 4) sorted by relevance
807 unsigned NumIters = 0; in calculateLocalLiveness() local811 ++NumIters; in calculateLocalLiveness()855 NumIterations = NumIters; in calculateLocalLiveness()
2720 unsigned NumIters = RealTySize / TySize; in emitInterWarpCopyFunction() local2721 if (NumIters == 0) in emitInterWarpCopyFunction()2731 if (NumIters > 1) { in emitInterWarpCopyFunction()2743 Bld.CreateICmpULT(Cnt, llvm::ConstantInt::get(CGM.IntTy, NumIters)); in emitInterWarpCopyFunction()2767 if (NumIters > 1) { in emitInterWarpCopyFunction()2836 if (NumIters > 1) { in emitInterWarpCopyFunction()2853 if (NumIters > 1) { in emitInterWarpCopyFunction()
1784 unsigned NumIters = 0; in computeRegUnitWeights() local1785 for (bool Changed = true; Changed; ++NumIters) { in computeRegUnitWeights()1786 assert(NumIters <= NumNativeRegUnits && "Runaway register unit weights"); in computeRegUnitWeights()
973 unsigned NumIters = Record.readInt(); in VisitOMPIteratorExpr() local977 for (unsigned I = 0; I < NumIters; ++I) { in VisitOMPIteratorExpr()