Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp76 unsigned IterationNum = CopyLen >> Log2_64(Alignment); in expandMEMCPY() local
77 for(unsigned I = 0; I < IterationNum; ++I) { in expandMEMCPY()
87 unsigned Offset = IterationNum * Alignment; in expandMEMCPY()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9662 unsigned IterationNum = 0; in getConstantEvolutionLoopExitValue() local
9664 for (; ; ++IterationNum) { in getConstantEvolutionLoopExitValue()
9665 if (IterationNum == NumIterations) in getConstantEvolutionLoopExitValue()
9739 for (unsigned IterationNum = 0; IterationNum != MaxIterations;++IterationNum){ in computeExitCountExhaustively() local
9748 return getConstant(Type::getInt32Ty(getContext()), IterationNum); in computeExitCountExhaustively()