HomeSort by relevance Sort by last modified time
    Searched defs:Iteration (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 444 // Because of this, we allow iteration up to a specified iteration count.
447 // iteration count limit in case there is crazy code.
448 unsigned Iteration = 0;
451 DEBUG(if (Iteration)
452 dbgs() << " SCCPASSMGR: Re-visiting SCC, iteration #"
453 << Iteration << '\n');
456 } while (Iteration++ < MaxIterations && DevirtualizedCall);
459 DEBUG(dbgs() << " CGSCCPASSMGR: Stopped iteration after " << Iteration
    [all...]
  /external/v8/src/
full-codegen.h 110 class Iteration;
130 virtual Iteration* AsIteration() { return NULL; }
180 class Iteration : public Breakable {
182 Iteration(FullCodeGenerator* codegen,
185 virtual ~Iteration() {}
186 virtual Iteration* AsIteration() { return this; }
193 DISALLOW_COPY_AND_ASSIGN(Iteration);
244 class ForIn : public Iteration {
248 : Iteration(codegen, statement) { }
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 223 milliseconds