Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp370 void replace(const SCEV *IterCount);
434 bool reroll(Instruction *IV, Loop *L, BasicBlock *Header, const SCEV *IterCount,
1260 void LoopReroll::DAGRootTracker::replace(const SCEV *IterCount) { in replace() argument
1299 const SCEV *ICSCEV = RealIVSCEV->evaluateAtIteration(IterCount, *SE); in replace()
1450 const SCEV *IterCount, in reroll() argument
1468 DAGRoots.replace(IterCount); in reroll()
1500 const SCEV *IterCount = SE->getAddExpr(LIBETC, SE->getOne(LIBETC->getType())); in runOnLoop() local
1501 DEBUG(dbgs() << "LRR: iteration count = " << *IterCount << "\n"); in runOnLoop()
1521 if (reroll(*I, L, Header, IterCount, Reductions)) { in runOnLoop()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2535 unsigned IterCount = in checkAcyclicLatency() local
2542 (AcyclicCount * Rem.RemIssueCount + IterCount-1) / IterCount; in checkAcyclicLatency()
2550 << "IterCycles=" << IterCount / SchedModel->getLatencyFactor() in checkAcyclicLatency()
2551 << "c NumIters=" << (AcyclicCount + IterCount-1) / IterCount in checkAcyclicLatency()