Searched refs:IterCount (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp334 bool reroll(Instruction *IV, Loop *L, BasicBlock *Header, const SCEV *IterCount,
778 const SCEV *IterCount,
1099 const SCEV *ICSCEV = RealIVSCEV->evaluateAtIteration(IterCount, *SE);
1158 const SCEV *IterCount = local
1160 DEBUG(dbgs() << "LRR: iteration count = " << *IterCount << "\n");
1179 if (reroll(*I, L, Header, IterCount, Reductions)) {
777 reroll(Instruction *IV, Loop *L, BasicBlock *Header, const SCEV *IterCount, ReductionTracker &Reductions) argument
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1832 unsigned IterCount = local
1839 (AcyclicCount * Rem.RemIssueCount + IterCount-1) / IterCount;
1847 << "IterCycles=" << IterCount / SchedModel->getLatencyFactor()
1848 << "c NumIters=" << (AcyclicCount + IterCount-1) / IterCount

Completed in 172 milliseconds