HomeSort by relevance Sort by last modified time
    Searched refs:IterCount (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Scalar/
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,
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceCfg.cpp 614 auto IterCount = getFlags().getLocalCseMaxIterations();
616 for (uint32_t i = 0; i < IterCount; ++i) {
617 // TODO(manasijm): Stats on IterCount -> performance
    [all...]

Completed in 66 milliseconds