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.cpp77 unsigned IterationNum = CopyLen >> Log2_64(Alignment); in expandMEMCPY() local
78 for(unsigned I = 0; I < IterationNum; ++I) { in expandMEMCPY()
88 unsigned Offset = IterationNum * Alignment; in expandMEMCPY()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9717 unsigned IterationNum = 0; in getConstantEvolutionLoopExitValue() local
9719 for (; ; ++IterationNum) { in getConstantEvolutionLoopExitValue()
9720 if (IterationNum == NumIterations) in getConstantEvolutionLoopExitValue()
9794 for (unsigned IterationNum = 0; IterationNum != MaxIterations;++IterationNum){ in computeExitCountExhaustively() local
9803 return getConstant(Type::getInt32Ty(getContext()), IterationNum); in computeExitCountExhaustively()