Home
last modified time | relevance | path

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

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