Home
last modified time | relevance | path

Searched refs:NumIters (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp807 unsigned NumIters = 0; in calculateLocalLiveness() local
811 ++NumIters; in calculateLocalLiveness()
855 NumIterations = NumIters; in calculateLocalLiveness()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2720 unsigned NumIters = RealTySize / TySize; in emitInterWarpCopyFunction() local
2721 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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1784 unsigned NumIters = 0; in computeRegUnitWeights() local
1785 for (bool Changed = true; Changed; ++NumIters) { in computeRegUnitWeights()
1786 assert(NumIters <= NumNativeRegUnits && "Runaway register unit weights"); in computeRegUnitWeights()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp973 unsigned NumIters = Record.readInt(); in VisitOMPIteratorExpr() local
977 for (unsigned I = 0; I < NumIters; ++I) { in VisitOMPIteratorExpr()