HomeSort by relevance Sort by last modified time
    Searched refs:Iteration (Results 1 - 9 of 9) 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) { }
full-codegen.cc 968 Iteration* loop = current->AsIteration();
1047 Iteration loop_statement(this, stmt);
1079 Iteration loop_statement(this, stmt);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/unittests/ADT/
StringRefTest.cpp 39 TEST(StringRefTest, Iteration) {
  /external/llvm/unittests/VMCore/
ValueMapTest.cpp 124 TYPED_TEST(ValueMapTest, Iteration) {
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/v8/test/cctest/
test-heap.cc 803 TEST(Iteration) {
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 283 (** {6 Iteration} *)
286 of [a]. [llpos] is used to specify positions in and for forward iteration
293 of [a]. [llrev_pos] is used for reverse iteration through the various value
    [all...]

Completed in 443 milliseconds