/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/lib/Transforms/Utils/ |
FlattenCFG.cpp | 268 bool Iteration = true; 294 Iteration = false; 299 } while (Iteration);
|
/external/chromium_org/v8/src/ |
full-codegen.h | 144 class Iteration; 162 virtual Iteration* AsIteration() { return NULL; } 208 // An iteration statement such as a while, for, or do loop. 209 class Iteration : public Breakable { 211 Iteration(FullCodeGenerator* codegen, IterationStatement* statement) 214 virtual ~Iteration() {} 216 virtual Iteration* AsIteration() { return this; } 282 class ForIn : public Iteration { 287 : Iteration(codegen, statement) { [all...] |
full-codegen.cc | [all...] |
/external/chromium_org/ui/gfx/image/ |
image_family_unittest.cc | 59 // Tests iteration over an ImageFamily. 60 TEST_F(ImageFamilyTest, Iteration) { 64 // Expect iteration in order of aspect ratio (from thinnest to widest), then
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
math.js | 115 // Iteration
|
/external/chromium_org/third_party/zlib/google/ |
zip_reader_unittest.cc | 157 TEST_F(ZipReaderTest, Iteration) {
|
/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/chromium_org/third_party/WebKit/Source/core/animation/ |
TimedItemTest.cpp | 268 TEST(AnimationTimedItemTest, Iteration) 716 // First iteration 725 // Second iteration 759 // Normal iteration. 764 // Reverse iteration. 769 // Item ends before iteration finishes.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/ |
options.js | 143 this.xAxis = "Iteration(s)";
|
/external/v8/test/cctest/ |
test-heap.cc | 803 TEST(Iteration) { [all...] |
/external/chromium_org/v8/test/cctest/ |
test-heap.cc | 891 TEST(Iteration) { [all...] |
/external/chromium_org/v8/src/arm/ |
full-codegen-arm.cc | [all...] |
/external/chromium_org/v8/src/ia32/ |
full-codegen-ia32.cc | [all...] |
/external/chromium_org/v8/src/mips/ |
full-codegen-mips.cc | [all...] |
/external/chromium_org/v8/src/x64/ |
full-codegen-x64.cc | [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...] |