/external/icu4c/config/ |
mh-beos | 19 # -fschedule-insns -fschedule-insns2 -ffloat-store -funroll-loops \ 21 # -funroll-all-loops -ffunction-sections -fdata-sections
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
DataContext.java | 68 * This method is a helper method for supporting the first() and last() functions on loops without 69 * requiring loops create a full Data tree.
|
/external/linux-tools-perf/Documentation/ |
perf-bench.txt | 70 Specify number of loops 97 Specify number of loops.
|
/external/llvm/include/llvm/Analysis/ |
IVUsers.h | 66 /// getPostIncLoops - Return the set of loops for which the expression has 84 /// PostIncLoops - The set of loops for which Expr has been adjusted to
|
/external/llvm/test/Transforms/LoopUnroll/ |
runtime-loop.ll | 3 ; Tests for unrolling loops with run-time trip counts 32 ; Still try to completely unroll loops with compile-time trip counts
|
/external/mesa3d/src/glsl/ |
loop_analysis.h | 33 * Analyze and classify all variables used in all loops in the instruction list 221 * Hash table containing all loops that have been analyzed.
|
/external/sonivox/arm-wt-22k/lib_src/ |
dls.h | 251 ULONG cSampleLoops; /* Count of Sample loops, 0 loops is one shot */
|
/external/valgrind/main/VEX/switchback/ |
test_emfloat.c | 444 ulong loops; /* Loops per iterations */ member in struct:__anon13656 523 ulong arraysize, ulong loops); 600 static char* str1 = "loops %d\n"; 605 ulong arraysize, ulong loops) 610 loops = 100; 611 number_of_loops=loops-1; /* the index of the first loop we run */ 613 vexxx_printf(str1, (int)loops); 652 if (100==loops) /* the first loop */ 1892 ulong loops; \/* # of loops *\/ local [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
MediaRecorderStressTest.java | 157 output.write("Total number of loops:" + 195 output.write("Total number of loops:" + 246 output.write("Total number of loops:" 341 output.write("Total number of loops:" 415 output.write("Total number of loops: " + NUMBER_OF_TIME_LAPSE_LOOPS + "\n");
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
params.def | 145 /* Limit loop autovectorization to loops with large enough iteration count. */ 274 decides to not unroll loops that iterate fewer than 2*number of allowed 275 unrollings and thus we would have loops that are neither peeled or unrolled 351 * is allowed in a dynamic IPA compile. This currently applies to loops with 413 "Loops iterating at least selected number of iterations will get loop alignement.", 416 /* For guessed profiles, the loops having unknown number of iterations 419 and other loops having unbounded loops we would end up predicting all 420 the other loops cold that is not usually the case. So we need to artificially 506 /* The induction variable optimizations give up on loops that contain mor [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
params.def | 145 /* Limit loop autovectorization to loops with large enough iteration count. */ 274 decides to not unroll loops that iterate fewer than 2*number of allowed 275 unrollings and thus we would have loops that are neither peeled or unrolled 351 * is allowed in a dynamic IPA compile. This currently applies to loops with 413 "Loops iterating at least selected number of iterations will get loop alignement.", 416 /* For guessed profiles, the loops having unknown number of iterations 419 and other loops having unbounded loops we would end up predicting all 420 the other loops cold that is not usually the case. So we need to artificially 506 /* The induction variable optimizations give up on loops that contain mor [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
params.def | 145 /* Limit loop autovectorization to loops with large enough iteration count. */ 274 decides to not unroll loops that iterate fewer than 2*number of allowed 275 unrollings and thus we would have loops that are neither peeled or unrolled 351 * is allowed in a dynamic IPA compile. This currently applies to loops with 413 "Loops iterating at least selected number of iterations will get loop alignement.", 416 /* For guessed profiles, the loops having unknown number of iterations 419 and other loops having unbounded loops we would end up predicting all 420 the other loops cold that is not usually the case. So we need to artificially 506 /* The induction variable optimizations give up on loops that contain mor [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-jmf.jar | |
/external/llvm/lib/Transforms/Scalar/ |
LoopRotation.cpp | 33 STATISTIC(NumRotated, "Number of loops rotated"); 65 INITIALIZE_PASS_BEGIN(LoopRotate, "loop-rotate", "Rotate Loops", false, false) 69 INITIALIZE_PASS_END(LoopRotate, "loop-rotate", "Rotate Loops", false, false) 204 /// duplicating the entire loop header. In the cast of loops with early exits, 270 // Updating PHInodes in loops with multiple exits adds complexity. 271 // Keep it simple, and restrict loop rotation to loops with one exit only. 400 // loop in cases important for nested loops, and it also means we don't have
|
LoopUnswitch.cpp | 10 // This pass transforms loops that contain branches on loop-invariant conditions 11 // to have multiple loops. For example, it turns the left into the right code: 111 // extra unswitching in cloned loops keep track all unswitched values. 235 // expansion, and the number of basic blocks, to avoid loops with 241 // be shared by the resultant unswitched loops. 285 // extra unswitching in cloned loops keep track all unswitched values. 328 INITIALIZE_PASS_BEGIN(LoopUnswitch, "loop-unswitch", "Unswitch loops", 333 INITIALIZE_PASS_END(LoopUnswitch, "loop-unswitch", "Unswitch loops", 408 // Loops with indirectbr cannot be cloned. 412 // Loops with invokes, whose unwind edge escapes the loop, cannot b [all...] |
/external/skia/third_party/glu/libtess/ |
mesh.c | 316 * - if eOrg->Lface != eDst->Lface, two distinct loops are joined into one 339 /* We are connecting two disjoint loops -- destroy eDst->Lface */ 373 * if (eDel->Lface != eDel->Rface), we join two loops into one; the loop 391 /* We are joining two loops into one -- remove the left face */ 500 * loops are merged into one, and the loop eDst->Lface is destroyed. 516 /* We are connecting two disjoint loops -- destroy eDst->Lface */ 599 * and no loops (what we usually call a "face").
|
/external/llvm/lib/CodeGen/ |
ShrinkWrapping.cpp | 15 // - Avoiding placment of spills/restores in loops: if a CSR is used inside a 31 // in the bodies of loops. 104 // Convienences for dealing with machine loops. 173 /// is used to ensure that CSR save/restore code is not placed inside loops. 325 /// of the loop given by LP and its parent loops. This prevents spills/restores 326 /// from being placed in the bodies of loops. 441 // Propagate CSRUsed[MBB] in loops 455 // Push uses from inside loop to its parent loops, 631 /// level loops to the exit blocks of those loops [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
RecognizerSharedState.as | 25 * This is used to prevent infinite loops where an error is found
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
RecognizerSharedState.js | 24 * This is used to prevent infinite loops where an error is found
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
RecognizerSharedState.pm | 32 # This is used to prevent infinite loops where an error is found
|
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
SecuritySupport12.java | 80 // eliminate loops in case of the boot
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
SecuritySupport12.java | 80 // eliminate loops in case of the boot
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
SecuritySupport12.java | 80 // eliminate loops in case of the boot
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
SecuritySupport12.java | 77 // eliminate loops in case of the boot
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
SecuritySupport12.java | 80 // eliminate loops in case of the boot
|