Home
last modified time | relevance | path

Searched refs:newFuncRoot (Results 1 – 25 of 78) sorted by relevance

1234

/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A D2007-03-13-InstrSched.ll6 newFuncRoot:
17 %fp.1.rec = phi i32 [ 0, %newFuncRoot ], [ %tmp71.rec, %bb26 ]
18 %fm.1.in = phi i32* [ %tmp71, %bb26 ], [ %tmp1011, %newFuncRoot ]
19 %d0.1 = phi i32 [ %tmp44, %bb26 ], [ 8192, %newFuncRoot ]
20 %d1.1 = phi i32 [ %tmp54, %bb26 ], [ 8192, %newFuncRoot ]
21 %d2.1 = phi i32 [ %tmp64, %bb26 ], [ 8192, %newFuncRoot ]
22 %d3.1 = phi i32 [ %tmp69, %bb26 ], [ 8192, %newFuncRoot ]
H A Dcall_nolink.ll14 newFuncRoot:
23 bb115.i.i: ; preds = %bb115.i.i.bb115.i.i_crit_edge, %newFuncRoot
24 …%i_addr.3210.0.i.i = phi i32 [ %tmp166.i.i, %bb115.i.i.bb115.i.i_crit_edge ], [ 0, %newFuncRoot ] …
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppc-shufflevector-combine.ll23 ; AIX: # %bb.0: # %newFuncRoot
34 ; AIX-32: # %bb.0: # %newFuncRoot
45 ; LE: # %bb.0: # %newFuncRoot
55 ; LE-32: # %bb.0: # %newFuncRoot
67 ; BE: # %bb.0: # %newFuncRoot
79 ; BE-32: # %bb.0: # %newFuncRoot
89 newFuncRoot:
H A Dfp-branch.ll6 newFuncRoot:
15 cond_next55: ; preds = %newFuncRoot
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A D2006-05-02-InstrSched2.ll6 newFuncRoot:
11 cond_true456.i: ; preds = %cond_true456.i, %newFuncRoot
12 …%__s441.2.4.i = phi ptr [ %tmp451.i.upgrd.1, %cond_true456.i ], [ %tmp435.i, %newFuncRoot ] ; <pt…
13 %__h.2.4.i = phi i32 [ %tmp449.i, %cond_true456.i ], [ 0, %newFuncRoot ] ; <i32> [#uses=1]
H A D2009-05-30-ISelBug.ll6 ; CHECK: # %bb.0: # %newFuncRoot
23 newFuncRoot:
33 bb54.i: ; preds = %newFuncRoot
H A D2006-04-27-ISelFoldingBug.ll9 ; CHECK: ## %bb.0: ## %newFuncRoot
33 newFuncRoot:
39 label.0: ; preds = %newFuncRoot
H A D2009-03-12-CPAlignBug.ll11 newFuncRoot:
17 bb1: ; preds = %newFuncRoot
H A D2008-03-07-APIntBug.ll18 ; CHECK: # %bb.0: # %newFuncRoot
27 newFuncRoot:
31 bb1163: ; preds = %newFuncRoot
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A D2006-12-15-Range-Test.ll10 ; CHECK-NEXT: newFuncRoot:
25 newFuncRoot:
36 cond_true: ; preds = %newFuncRoot
47 ; CHECK-NEXT: newFuncRoot:
62 newFuncRoot:
73 cond_true: ; preds = %newFuncRoot
H A D2007-03-26-BadShiftMask.ll12 newFuncRoot:
26 cond_true147.exitStub: ; preds = %newFuncRoot
31 cond_false252.exitStub: ; preds = %newFuncRoot
H A D2007-06-06-AshrSignBit.ll5 newFuncRoot:
11 cond_true: ; preds = %newFuncRoot
/llvm-project-15.0.7/llvm/test/Transforms/CodeExtractor/
H A DLoopExtractor.ll43 ; CHECK-NEXT: newFuncRoot:
46 ; CHECK-NEXT: %index.1 = phi i32 [ %next.1, %loop.1.loop.1_crit_edge ], [ 10, %newFuncRoot ]
57 ; CHECK-NEXT: newFuncRoot:
60 ; CHECK-NEXT: %index.0 = phi i32 [ 10, %newFuncRoot ], [ %next.0, %loop.0.loop.0_crit_edge ]
H A DLoopExtractor_alloca.ll19 ; CHECK-NEXT: newFuncRoot:
24 ; CHECK-NEXT: newFuncRoot:
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/
H A Dthumb2-jtb.ll15 br i1 %b, label %codeRepl127.exitStub, label %newFuncRoot
20 br i1 %b, label %newFuncRoot, label %codeRepl127.exitStub.exit
103 newFuncRoot:
106 _getopt_internal.exit.ce: ; preds = %newFuncRoot
H A Dthumb2-ifcvt3.ll11 newFuncRoot:
24 bb52: ; preds = %newFuncRoot
/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Dtrip-count3.ll48 newFuncRoot:
74 bb3.i: ; preds = %byte_reverse.exit.i, %newFuncRoot
75 %buffer_addr.0.i = phi i8* [ %data1, %newFuncRoot ], [ %5, %byte_reverse.exit.i ]
76 %count_addr.0.i = phi i32 [ %0, %newFuncRoot ], [ %6, %byte_reverse.exit.i ]
/llvm-project-15.0.7/llvm/test/tools/llvm-extract/
H A Dextract-blocks-with-groups.ll8 ; CHECK: newFuncRoot:
22 ; CHECK: if.split: ; preds = %newFuncRoot
40 ; CHECK: newFuncRoot:
43 ; CHECK: bb14: ; preds = %newFuncRoot
/llvm-project-15.0.7/llvm/test/Transforms/HotColdSplit/
H A Dassumption-cache-invalidation.ll17 ; CHECK-LABEL: newFuncRoot:
20 ; CHECK-LABEL: newFuncRoot:
/llvm-project-15.0.7/llvm/test/Transforms/LoopRotate/
H A D2009-01-25-SingleEntryPhi.ll9 newFuncRoot:
19 codeRepl: ; preds = %bb130.i.i.i, %newFuncRoot
/llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/
H A Dgenerated_funcs.ll.generated.expected61 ; CHECK-NEXT: newFuncRoot:
70 ; CHECK-NEXT: newFuncRoot:
H A Dgenerated_funcs_prefix_reuse.ll.generated.expected62 ; REUSE-NEXT: newFuncRoot:
71 ; REUSE-NEXT: newFuncRoot:
H A Dgenerated_funcs_prefix_reuse.ll.generated.globals.expected65 ; REUSE-NEXT: newFuncRoot:
74 ; REUSE-NEXT: newFuncRoot:
H A Dgenerated_funcs.ll.generated.globals.expected64 ; CHECK-NEXT: newFuncRoot:
73 ; CHECK-NEXT: newFuncRoot:
/llvm-project-15.0.7/llvm/test/Transforms/IROutliner/
H A Dregion-end-of-module.ll91 ; CHECK-NEXT: newFuncRoot:
105 ; CHECK-NEXT: newFuncRoot:

1234