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

  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 449 // Because of this, we allow iteration up to a specified iteration count.
452 // iteration count limit in case there is crazy code.
453 unsigned Iteration = 0;
456 DEBUG(if (Iteration)
457 dbgs() << " SCCPASSMGR: Re-visiting SCC, iteration #"
458 << Iteration << '\n');
461 } while (Iteration++ < MaxIterations && DevirtualizedCall);
464 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/unittests/IR/
ValueMapTest.cpp 123 TYPED_TEST(ValueMapTest, Iteration) {
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/unittests/ADT/
StringRefTest.cpp 40 TEST(StringRefTest, Iteration) {
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/ceres-solver/docs/
changes.tex 195 \item Iteration callbacks were not properly invoked (Luis Alberto Zarrabeiti)
  /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 642 milliseconds