Lines Matching refs:inline
2 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -S -inline | FileCheck %s
3 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -S -passes='cgscc(inline)' | FileCheck %s
5 ; Make sure we don't inline callees into a caller with a superset of the
6 ; no builtin attributes when -inline-caller-superset-nobuiltin=false.
7 ; RUN: opt < %s -inline-caller-superset-nobuiltin=false -mtriple=x86_64-unknown-linux-gnu -S -passe…
21 ; We can inline a function that allows all builtins into one with a single
33 ; We can inline a function that allows all builtins into one with all
45 ; We can inline a function with a single nobuiltin into one with all nobuiltins.
56 ; We can't inline a function with any given nobuiltin into one that allows all
68 ; We can't inline a function with all nobuiltins into one that allows all
80 ; We can't inline a function with a specific nobuiltin into one with a