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 118 class Iteration;
136 virtual Iteration* AsIteration() { return NULL; }
182 // An iteration statement such as a while, for, or do loop.
183 class Iteration : public Breakable {
185 Iteration(FullCodeGenerator* codegen, IterationStatement* statement)
188 virtual ~Iteration() {}
190 virtual Iteration* AsIteration() { return this; }
256 class ForIn : public Iteration {
261 : Iteration(codegen, statement) {
full-codegen.cc     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/unittests/VMCore/
ValueMapTest.cpp 124 TYPED_TEST(ValueMapTest, Iteration) {
  /external/llvm/unittests/ADT/
StringRefTest.cpp 40 TEST(StringRefTest, 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 284 (** {6 Iteration} *)
287 of [a]. [llpos] is used to specify positions in and for forward iteration
294 of [a]. [llrev_pos] is used for reverse iteration through the various value
    [all...]

Completed in 225 milliseconds