/external/llvm/test/Transforms/LoopStrengthReduce/ARM/ |
2012-06-15-lsr-noaddrmode.ll | 46 ; Check that the loop preheader contains no address computation.
|
ivchain-ARM.ll | 8 ; no expensive address computation in the preheader 41 ; stride multiples computed in the preheader 81 ; only one stride multiple in the preheader
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
ivchain-X86.ll | 11 ; no other address computation in the preheader 19 ; no expensive address computation in the preheader 59 ; expensive address computation in the preheader 100 ; no spills in the preheader
|
ivchain-stress-X86.ll | 16 ; X64: %for.body.preheader
|
/external/llvm/lib/Analysis/ |
ScalarEvolutionExpander.cpp | 185 BasicBlock *Preheader = L->getLoopPreheader(); 186 if (!Preheader) break; 189 Builder.SetInsertPoint(Preheader, Preheader->getTerminator()); 557 BasicBlock *Preheader = L->getLoopPreheader(); 558 if (!Preheader) break; 561 Builder.SetInsertPoint(Preheader, Preheader->getTerminator()); 593 BasicBlock *Preheader = L->getLoopPreheader(); 594 if (!Preheader) break [all...] |
IVUsers.cpp | 94 // If the domtree walk reaches a loop with no preheader, return false.
|
/external/llvm/lib/Transforms/Scalar/ |
IndVarSimplify.cpp | [all...] |
/external/llvm/test/CodeGen/X86/ |
2009-07-16-CoalescerBug.ll | 195 br i1 undef, label %for.cond1330.preheader, label %if.then1323 200 for.cond1330.preheader: ; preds = %if.end1318
|
2009-07-15-CoalescerBug.ll | 198 br i1 undef, label %bb1498, label %bb1510.preheader 203 bb1510.preheader: ; preds = %bb1496 206 bb1511: ; preds = %bb1510.preheader 209 bb1518: ; preds = %bb1511, %bb1510.preheader
|
block-placement.ll | 257 br i1 %cond1, label %loop2.preheader, label %loop1 262 br i1 %cond2, label %loop2.preheader, label %loop1 264 loop2.preheader: 599 invoke i32 @f() to label %preheader unwind label %lpad 601 preheader:
|
lsr-delayed-fold.ll | 43 lbl_264: ; preds = %if.end, %lbl_264.preheader
|
/external/llvm/test/Transforms/IndVarSimplify/ |
lftr-reuse.ll | 84 ; Perform LFTR without generating extra preheader code.
|
/external/llvm/lib/Transforms/Vectorize/ |
SLPVectorizer.cpp | [all...] |
LoopVectorize.cpp | 303 /// The vector-loop preheader. 305 /// The scalar-loop preheader. [all...] |
/external/llvm/lib/CodeGen/ |
MachineBlockPlacement.cpp | 559 // Check that the header hasn't been fused with a preheader block due to 561 // prevent pulling the preheader into the loop body. [all...] |
MachineSink.cpp | 172 // BB#1: derived from LLVM BB %bb4.preheader
|
ShrinkWrapping.cpp | 16 // loop the spills are placed in the loop preheader, and restores are [all...] |
/external/llvm/docs/tutorial/ |
LangImpl5.rst | 610 Now that the "preheader" for the loop is set up, we switch to emitting
|
OCamlLangImpl5.rst | 575 Now that the "preheader" for the loop is set up, we switch to emitting [all...] |
/external/llvm/lib/Transforms/Utils/ |
BasicBlockUtils.cpp | 422 // Add an incoming value to the PHI node in the loop for the preheader
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-flow.h | 626 the structure can be evaluated at the end of the loop's preheader
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-flow.h | 626 the structure can be evaluated at the end of the loop's preheader
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-flow.h | 626 the structure can be evaluated at the end of the loop's preheader
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-flow.h | 626 the structure can be evaluated at the end of the loop's preheader
|
/external/llvm/lib/Target/X86/ |
README.txt | 717 bb114.preheader: ; preds = %cond_next94 733 LBB3_5: # bb114.preheader [all...] |