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

/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp336 bool reroll(Instruction *IV, Loop *L, BasicBlock *Header, const SCEV *IterCount,
771 const SCEV *IterCount,
1094 const SCEV *ICSCEV = RealIVSCEV->evaluateAtIteration(IterCount, *SE);
1157 const SCEV *IterCount = local
1159 DEBUG(dbgs() << "LRR: iteration count = " << *IterCount << "\n");
1178 if (reroll(*I, L, Header, IterCount, Reductions)) {
770 reroll(Instruction *IV, Loop *L, BasicBlock *Header, const SCEV *IterCount, ReductionTracker &Reductions) argument
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2431 unsigned IterCount = local
2438 (AcyclicCount * Rem.RemIssueCount + IterCount-1) / IterCount;
2446 << "IterCycles=" << IterCount / SchedModel->getLatencyFactor()
2447 << "c NumIters=" << (AcyclicCount + IterCount-1) / IterCount

Completed in 89 milliseconds