Home
last modified time | relevance | path

Searched refs:test_inline (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/test/Dialect/Bufferization/
H A Dinlining.mlir3 // CHECK-LABEL: func @test_inline
8 func.func @test_inline(%buf : memref<*xf32>) -> memref<*xf32> {
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/Inputs/
H A Dindirect-call.prof3 test_inline:3000:0
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Dindirect-call.ll14 ; CHECK-LABEL: @test_inline
16 define void @test_inline(ptr, ptr %x) #0 !dbg !6 {
207 !6 = distinct !DISubprogram(name: "test_inline", scope: !1, file: !1, line: 6, unit: !0)
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp612 void test_inline() { in test_inline() function