/external/llvm/lib/Transforms/Scalar/ |
LoopStrengthReduce.cpp | 15 // have as one or more of their components the loop induction variable, it 18 // related to loop induction variables. 34 // case of post-increment users is users outside the loop. 56 #define DEBUG_TYPE "loop-reduce" 256 void InitialMatch(const SCEV *S, Loop *L, ScalarEvolution &SE); 274 static void DoInitialMatch(const SCEV *S, Loop *L, 278 // Collect expressions which properly dominate the loop header. 329 /// InitialMatch - Incorporate loop-variant parts of S into this Formula, 330 /// attempting to keep all loop-invariant and loop-computable values in [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/animation/ |
TestCameraMotionPath.java | 87 cameraMotionControl.setLoopMode(LoopMode.Loop);
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
TestRagdollCharacter.java | 175 channel.setLoopMode(LoopMode.Loop);
|
TestBoneRagdoll.java | 347 channel.setLoopMode(LoopMode.Loop);
|
/external/chromium_org/v8/tools/gcmole/ |
gcmole.cc | 982 void Loop(clang::Stmt* a, clang::Stmt* b, clang::Stmt* c) { 987 void Loop(clang::Stmt* a, clang::Stmt* b) { 1026 block.Loop(stmt->getCond(), stmt->getBody()); 1034 block.Loop(stmt->getBody(), stmt->getCond()); 1042 block.Loop(stmt->getCond(), [all...] |
/external/v8/tools/gcmole/ |
gcmole.cc | 984 void Loop(clang::Stmt* a, clang::Stmt* b, clang::Stmt* c) { 989 void Loop(clang::Stmt* a, clang::Stmt* b) { 1028 block.Loop(stmt->getCond(), stmt->getBody()); 1036 block.Loop(stmt->getBody(), stmt->getCond()); 1044 block.Loop(stmt->getCond(), [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
tree-rewrite.rb | 102 grammar Loop; 119 tokenVocab=Loop; 1069 example "loop" do 1070 lexer = Loop::Lexer.new( "a b c 3 4 5" ) 1072 parser = Loop::Parser.new( tokens ) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/ |
ghash-armv4.S | 207 .Loop: 239 bpl .Loop
|
ghash-armv4.pl | 16 # that can be made at this point is based on code size. Inner loop is 19 # loop, this assembler loop body was found to be ~3x smaller than 46 # in the inner loop (meaning that estimated improvement is ~15%); 259 .Loop: 291 bpl .Loop
|
ghash-x86_64.pl | 85 sub loop() { 100 jmp .Loop$N 103 .Loop$N: 131 jmp .Loop$N 177 &loop ($Xi); 84 sub loop() { subroutine
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
uint32.js | 47 // Loop to force inline allocation failure and a call into runtime.
|
/external/openssl/crypto/modes/asm/ |
ghash-armv4.S | 207 .Loop: 239 bpl .Loop
|
ghash-armv4.pl | 16 # that can be made at this point is based on code size. Inner loop is 19 # loop, this assembler loop body was found to be ~3x smaller than 46 # in the inner loop (meaning that estimated improvement is ~15%); 259 .Loop: 291 bpl .Loop
|
ghash-x86_64.pl | 85 sub loop() { 100 jmp .Loop$N 103 .Loop$N: 131 jmp .Loop$N 177 &loop ($Xi); 84 sub loop() { subroutine
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lpc_masking_model_neon.S | 46 mov r6, #0 @ Loop counter i. 108 @ Last sample in the inner loop.
|
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha1-mips.S | 34 b .Loop 37 .Loop: 1646 bne $5,$6,.Loop
|
sha1-sparcv9a.pl | 487 ba .Loop 490 .Loop: 517 ba .Loop
|
sha512-armv4.pl | 248 .Loop: 424 bne .Loop
|
/external/openssl/crypto/sha/asm/ |
sha1-mips.S | 34 b .Loop 37 .Loop: 1646 bne $5,$6,.Loop
|
sha1-sparcv9a.pl | 487 ba .Loop 490 .Loop: 517 ba .Loop
|
/external/llvm/lib/CodeGen/ |
SplitKit.cpp | 185 // Loop over basic blocks where CurLI is live. 284 // Loop over basic blocks where li is live. 693 const MachineLoop *Loop = Loops.getLoopFor(MBB); 695 // MBB isn't in a loop, it doesn't get any better. All dominators have a 697 if (!Loop) { 704 if (Loop == DefLoop) { 706 << MBB->getNumber() << " in the same loop\n"); 711 unsigned Depth = Loop->getLoopDepth(); 719 // Leave loop by going to the immediate dominator of the loop header [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
BugReporter.cpp | 106 // NOTE: this loop intentionally is not using an iterator. Instead, we 767 os << "Loop condition is true. "; 783 Start, End, "Loop condition is false. Exiting loop")); 795 os << "Loop condition is false. "; 809 Start, End, "Loop condition is true. Entering loop body")); [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonHardwareLoops.cpp | 11 // loop instruction. The hardware loop can perform loop branches with a 16 // normalizes induction variables, and the Loop Strength Reduction pass 118 /// \brief Find the register that contains the loop controlling 124 /// loop: 127 /// if (R.next < #N) goto loop 133 /// \brief Analyze the statements in a loop to determine if the loop 140 /// a loop iterates. The function takes the operands that represent th [all...] |
/external/llvm/unittests/Analysis/ |
ScalarEvolutionTest.cpp | 103 // It's possible to produce an empty loop through the default constructor, 105 Loop L;
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
file_system_custom_bindings.js | 47 // Loop through the response entries and asynchronously get the 50 // loop or in the asynchronous error callback to getFile.
|