Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp774 unsigned NumIters = 0; in calculateLocalLiveness() local
782 ++NumIters; in calculateLocalLiveness()
826 NumIterations = NumIters; in calculateLocalLiveness()
/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1913 unsigned NumIters = 0; in computeRegUnitWeights() local
1914 for (bool Changed = true; Changed; ++NumIters) { in computeRegUnitWeights()
1915 assert(NumIters <= NumNativeRegUnits && "Runaway register unit weights"); in computeRegUnitWeights()
1916 (void)NumIters; in computeRegUnitWeights()
/src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2570 unsigned NumIters = RealTySize / TySize; in emitInterWarpCopyFunction() local
2571 if (NumIters == 0) in emitInterWarpCopyFunction()
2577 if (NumIters > 1) { in emitInterWarpCopyFunction()
2596 Cnt, ConstantInt::get(Builder.getInt32Ty(), NumIters)); in emitInterWarpCopyFunction()
2626 if (NumIters > 1) in emitInterWarpCopyFunction()
2678 if (NumIters > 1) in emitInterWarpCopyFunction()
2693 if (NumIters > 1) { in emitInterWarpCopyFunction()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp993 unsigned NumIters = Record.readInt(); in VisitOMPIteratorExpr() local
997 for (unsigned I = 0; I < NumIters; ++I) { in VisitOMPIteratorExpr()