/external/llvm/test/Transforms/IndVarSimplify/ |
iv-sext.ll | 15 bb.nph22: ; preds = %entry 22 bb: ; preds = %bb8, %bb.nph22 33 bb1: ; preds = %bb 46 bb3.preheader: ; preds = %bb1, %bb 52 bb.nph: ; preds = %bb3.preheader 55 bb2: ; preds = %bb3, %bb.nph 70 bb3: ; preds = %bb2 74 bb3.bb5.preheader_crit_edge: ; preds = %bb3 80 bb5.preheader: ; preds = %bb3.bb5.preheader_crit_edge, %bb3.preheader 89 bb.nph12: ; preds = %bb5.preheade [all...] |
/external/llvm/test/Transforms/LoopVectorize/AArch64/ |
loop-vectorization-factors.ll | 16 for.cond.cleanup: ; preds = %for.body, %entry 19 for.body: ; preds = %entry, %for.body 44 for.cond.cleanup: ; preds = %for.body, %entry 47 for.body: ; preds = %entry, %for.body 72 for.cond.cleanup: ; preds = %for.body, %entry 75 for.body: ; preds = %entry, %for.body 99 for.cond.cleanup: ; preds = %for.body, %entry 102 for.body: ; preds = %entry, %for.body 131 for.body.lr.ph: ; preds = %entry 136 for.cond.cleanup: ; preds = %for.body, %entr [all...] |
/external/llvm/test/Transforms/SampleProfile/ |
propagate.ll | 59 if.then: ; preds = %entry 67 if.else: ; preds = %entry 71 for.cond: ; preds = %for.inc16, %if.else 79 for.body: ; preds = %for.cond 88 if.then3: ; preds = %for.body 94 if.end: ; preds = %if.then3, %for.body 103 if.then6: ; preds = %if.end 112 if.else7: ; preds = %if.end 116 for.cond8: ; preds = %for.inc, %if.else7 125 for.body11: ; preds = %for.cond [all...] |
/external/llvm/lib/CodeGen/ |
ScheduleDAG.cpp | 67 for (SmallVectorImpl<SDep>::iterator I = Preds.begin(), E = Preds.end(); 121 Preds.push_back(D); 135 for (SmallVectorImpl<SDep>::iterator I = Preds.begin(), E = Preds.end(); 144 assert(Succ != N->Succs.end() && "Mismatching preds / succs lists!"); 146 Preds.erase(I); 201 for (SUnit::const_pred_iterator I = SU->Preds.begin(), 202 E = SU->Preds.end(); I != E; ++I) { 242 for (SUnit::const_pred_iterator I = Cur->Preds.begin() [all...] |
/external/llvm/test/CodeGen/NVPTX/ |
reg-copy.ll | 31 land.lhs.true.i: ; preds = %entry 36 if.then.i: ; preds = %land.lhs.true.i 44 if.then.14.i: ; preds = %if.then.i 59 if.then.24.i: ; preds = %if.then.14.i 65 if.end.i: ; preds = %if.then.24.i, %if.then.14.i 71 if.then.28.i: ; preds = %if.end.i 77 if.end.31.i: ; preds = %if.then.28.i, %if.end.i, %if.then.i 90 if.then.37.i: ; preds = %if.end.31.i 105 if.then.48.i: ; preds = %if.then.37.i 111 if.end.50.i: ; preds = %if.then.48.i, %if.then.37. [all...] |
/external/llvm/test/Transforms/LoopInterchange/ |
reductions.ll | 17 for.body3.lr.ph: ; preds = %entry, %for.cond1.for.inc6_crit_edge 22 for.body3: ; preds = %for.body3, %for.body3.lr.ph 33 for.cond1.for.inc6_crit_edge: ; preds = %for.body3 40 for.end8: ; preds = %for.cond1.for.inc6_crit_edge, %entry 46 ; CHECK: for.body3: ; preds = %for.body3.preheader, %for.body3.split 65 for.cond4.preheader.preheader: ; preds = %entry, %for.inc17 69 for.body6.lr.ph: ; preds = %for.cond4.for.inc14_crit_edge, %for.cond4.preheader.preheader 75 for.body6: ; preds = %for.body6, %for.body6.lr.ph 90 for.cond4.for.inc14_crit_edge: ; preds = %for.body6 98 for.inc17: ; preds = %for.cond4.for.inc14_crit_edg [all...] |
/external/llvm/test/Analysis/ScalarEvolution/ |
avoid-infinite-recursion-1.ll | 214 if.then11: ; preds = %entry 217 do.end: ; preds = %if.then11, %entry 220 while.cond.outer: ; preds = %while.cond.outer.backedge, %do.end 224 while.cond: ; preds = %next_iter, %while.cond.outer 229 while.body: ; preds = %while.cond 232 while.cond27: ; preds = %while.body36, %while.body 235 land.rhs: ; preds = %while.cond27 238 while.body36: ; preds = %land.rhs 241 while.end: ; preds = %land.rhs 244 do.body46: ; preds = %while.en [all...] |
/external/llvm/lib/Transforms/Utils/ |
BasicBlockUtils.cpp | 317 ArrayRef<BasicBlock *> Preds, 334 for (ArrayRef<BasicBlock *>::iterator i = Preds.begin(), e = Preds.end(); 338 // If we need to preserve LCSSA, determine if any of the preds is a loop 345 // If we need to preserve LoopInfo, note whether any of the preds crosses 366 i = Preds.begin(), e = Preds.end(); i != e; ++i) { 394 ArrayRef<BasicBlock *> Preds, BranchInst *BI, 397 SmallPtrSet<BasicBlock *, 16> PredSet(Preds.begin(), Preds.end()) [all...] |
/external/llvm/test/Analysis/BasicAA/ |
store-promote.ll | 16 Loop: ; preds = %Loop, %0 21 Out: ; preds = %Loop 37 Loop: ; preds = %Loop, %0 46 Out: ; preds = %Loop
|
/external/llvm/test/Analysis/LoopAccessAnalysis/ |
reverse-memcheck-bounds.ll | 29 for.body: ; preds = %for.body, %entry 46 for.end: ; preds = %for.body 69 for.body: ; preds = %for.body, %entry 87 for.end: ; preds = %for.body
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-big-endian-varargs.ll | 29 vaarg.maybe_reg: ; preds = %entry 35 vaarg.in_reg: ; preds = %vaarg.maybe_reg 45 vaarg.on_stack: ; preds = %vaarg.maybe_reg, %entry 52 vaarg.end: ; preds = %vaarg.on_stack, %vaarg.in_reg
|
arm64-vecCmpBr.ll | 21 if.then: ; preds = %entry 25 return: ; preds = %entry, %if.then 47 if.then: ; preds = %entry 51 return: ; preds = %entry, %if.then 71 if.then: ; preds = %entry 75 return: ; preds = %entry, %if.then 94 if.then: ; preds = %entry 98 return: ; preds = %entry, %if.then 117 if.then: ; preds = %entry 121 return: ; preds = %entry, %if.the [all...] |
/external/llvm/test/CodeGen/AMDGPU/ |
infinite-loop.ll | 14 for.body: ; preds = %entry, %for.body
|
/external/llvm/test/CodeGen/ARM/ |
2009-08-21-PostRAKill.ll | 15 bb.i: ; preds = %entry 18 bb4.i: ; preds = %entry 32 bb6.i: ; preds = %bb4.i 35 bb7.i4: ; preds = %bb6.i, %bb4.i
|
2009-09-24-spill-align.ll | 15 return: ; preds = %entry
|
global-merge.ll | 23 bb1: ; preds = %bb 31 bb6: ; preds = %bb1 37 bb9: ; preds = %bb6, %bb 41 bb10: ; preds = %bb1
|
/external/llvm/test/CodeGen/Generic/ |
fp-to-int-invalid.ll | 16 return: ; preds = %entry
|
/external/llvm/test/CodeGen/Hexagon/ |
addh-sext-trunc.ll | 20 for.inc.preheader: ; preds = %entry 23 for.inc: ; preds = %for.inc.preheader, %for.inc 31 for.end.loopexit: ; preds = %for.inc 34 for.end: ; preds = %for.end.loopexit, %entry
|
/external/llvm/test/CodeGen/PowerPC/ |
2006-05-12-rlwimi-crash.ll | 15 cond_true27: ; preds = %entry 17 bb30: ; preds = %entry 20 cond_true68: ; preds = %bb30 22 cond_next92: ; preds = %bb30
|
ctrloop-fp64.ll | 10 for.body: ; preds = %for.body, %entry 22 for.end: ; preds = %for.body 40 vector.body.i: ; preds = %vector.body.i, %entry 53 _Z4fillIPxxEvT_S1_T0_.exit: ; preds = %vector.body.i
|
frounds.ll | 14 return: ; preds = %entry
|
/external/llvm/test/CodeGen/Thumb2/ |
2010-08-10-VarSizedAllocaBug.ll | 15 bb: ; preds = %entry 23 bb2: ; preds = %entry 40 bb: ; preds = %bb, %bb.nph 49 bb2: ; preds = %bb
|
buildvector-crash.ll | 8 bb8: ; preds = %bb8, %bb.nph372
|
/external/llvm/test/CodeGen/X86/ |
2007-09-05-InvalidAsm.ll | 14 cond_true: ; preds = %entry 28 cond_next: ; preds = %cond_true, %entry 40 cond_true63: ; preds = %cond_next 46 UnifiedReturnBlock: ; preds = %cond_next
|
2008-03-10-RegAllocInfLoop.ll | 10 bb13: ; preds = %entry
|