Searched defs:IterCount (Results 1 - 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp | 368 /// @param IterCount The maximum iteration count of L. 369 void replace(const SCEV *IterCount); 398 void replaceIV(Instruction *Inst, Instruction *IV, const SCEV *IterCount); 445 bool reroll(Instruction *IV, Loop *L, BasicBlock *Header, const SCEV *IterCount, 1412 void LoopReroll::DAGRootTracker::replace(const SCEV *IterCount) { argument 1432 replaceIV(LoopControlIV, LoopControlIV, IterCount); 1437 replaceIV(DRS.BaseInst, IV, IterCount); 1475 const SCEV *IterCount) { 1512 const SCEV *ICSCEV = RealIVSCEV->evaluateAtIteration(IterCount, *SE); 1515 ICSCEV = SE->getMulExpr(IterCount, 1473 replaceIV(Instruction *Inst, Instruction *InstIV, const SCEV *IterCount) argument 1671 reroll(Instruction *IV, Loop *L, BasicBlock *Header, const SCEV *IterCount, ReductionTracker &Reductions) argument 1720 const SCEV *IterCount = SE->getAddExpr(LIBETC, SE->getOne(LIBETC->getType())); local [all...] |
/external/swiftshader/third_party/subzero/src/ |
H A D | IceCfg.cpp | 614 auto IterCount = getFlags().getLocalCseMaxIterations(); local 616 for (uint32_t i = 0; i < IterCount; ++i) { 617 // TODO(manasijm): Stats on IterCount -> performance
|
/external/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 2634 unsigned IterCount = local 2641 (AcyclicCount * Rem.RemIssueCount + IterCount-1) / IterCount; 2649 << "IterCycles=" << IterCount / SchedModel->getLatencyFactor() 2650 << "c NumIters=" << (AcyclicCount + IterCount-1) / IterCount
|
Completed in 341 milliseconds