Searched refs:bbs (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/profile/ |
| H A D | instrprof-gcov-multiple-bbs-single-line.test | 5 RUN: %clang --coverage -o %t %S/Inputs/instrprof-gcov-multiple-bbs-single-line.c 6 RUN: test -f instrprof-gcov-multiple-bbs-single-line.gcno 8 RUN: rm -f instrprof-gcov-multiple-bbs-single-line.gcda 10 RUN: llvm-cov gcov -b -c instrprof-gcov-multiple-bbs-single-line.gcda 11 …itespace --input-file instrprof-gcov-multiple-bbs-single-line.c.gcov %S/Inputs/instrprof-gcov-mult… 12 RUN: rm instrprof-gcov-multiple-bbs-single-line.gcda
|
| /llvm-project-15.0.7/compiler-rt/test/profile/Inputs/ |
| H A D | instrprof-gcov-multiple-bbs-single-line.c.gcov | 1 // CHECK: -: 0:Source:{{.*}}Inputs{{[/\\]}}instrprof-gcov-multiple-bbs-single-line.c 2 // CHECK-NEXT: -: 0:Graph:instrprof-gcov-multiple-bbs-single-line.gcno 3 // CHECK-NEXT: -: 0:Data:instrprof-gcov-multiple-bbs-single-line.gcda
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | update_mir_test_checks.py | 153 bbs = 0 157 if bbs == 1: 160 bbs = 0 163 bbs += 1 164 if bbs == 1:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | stack-tagging-loop.ll | 1 ; We set a low dom-tree-reachability-max-bbs-to-explore to check whether the 5 ; RUN: opt -S -dom-tree-reachability-max-bbs-to-explore=4 -aarch64-stack-tagging %s -o - | FileChec…
|
| /llvm-project-15.0.7/llvm/test/Analysis/RegionInfo/ |
| H A D | unreachable_bb.ll | 3 ; We should not crash if there are some bbs that are not reachable.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-reduce/ |
| H A D | remove-bbs-sequence.ll | 1 ; RUN: llvm-reduce --delta-passes=basic-blocks --test %python --test-arg %p/remove-bbs-sequence.py …
|
| H A D | remove-bbs.ll | 4 ; RUN: llvm-reduce --delta-passes=basic-blocks --test %python --test-arg %p/Inputs/remove-bbs.py %s…
|
| /llvm-project-15.0.7/mlir/test/Target/LLVMIR/Import/ |
| H A D | basic.ll | 509 br i1 %pred, label %bbs, label %bb1 529 bbs: 538 one: ; pred: bb2, bbs 539 %v0 = phi i32 [%vx, %bb2], [%vy, %bbs] 540 %v1 = phi i32 [%vx0, %bb2], [%vy0, %bbs] 547 def: ; pred: bb3, bbs 548 %v2 = phi i32 [%vx, %bb3], [%vz, %bbs]
|
| /llvm-project-15.0.7/polly/test/CodeGen/ |
| H A D | inner_scev_sdiv_2.ll | 4 ; instructions, which are part of different bbs in the SCoP. When code
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | indirectbr.ll | 222 @xblkx.bbs = internal unnamed_addr constant [9 x i8*] [i8* blockaddress(@indbrtest7, %xblkx.begin),… 231 ; CHECK-NEXT: [[XBLKX_X:%.*]] = getelementptr [9 x i8*], [9 x i8*]* @xblkx.bbs, i32 0, i32 [[XVA… 253 %xblkx.x = getelementptr [9 x i8*], [9 x i8*]* @xblkx.bbs, i32 0, i32 %xvaluex
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | gcc_except_table_bb_sections_ehpad_groups_with_cold.ll | 1 ; Check that when all exception handling blocks are cold, they get grouped with the cold bbs.
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/AArch64/ |
| H A D | compiler-gen-bbs-livedebugvalues.mir | 37 !1 = !DIFile(filename: "compiler-gen-bbs-livedebugvalues.ll", directory: "/")
|
| /llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/ |
| H A D | unreachable-loops.ll | 72 ; unreachable two bbs loop.
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | ConvertFromLLVMIR.cpp | 1220 for (auto bbs : llvm::zip(*f, blockList)) { in processFunction() local 1221 if (failed(processBasicBlock(&std::get<0>(bbs), std::get<1>(bbs)))) in processFunction()
|