Home
last modified time | relevance | path

Searched refs:NeverInline (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dcgscc-inline-replay.ll16 ;; Check Module scope NeverInline fallback replay inline decisions
17 …ay.txt -cgscc-inline-replay-scope=Module -cgscc-inline-replay-fallback=NeverInline -pass-remarks=i…
25 ;; Check Function scope NeverInline fallback replay inline decisions
26 ….txt -cgscc-inline-replay-scope=Function -cgscc-inline-replay-fallback=NeverInline -pass-remarks=i…
34 ;; Check fallback inlining errors out on non <Original|AlwaysInline|NeverInline> inputs
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DReplayInlineAdvisor.h45 enum class Fallback : int { Original, AlwaysInline, NeverInline }; enumerator
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp139 ReplayInlinerSettings::Fallback::NeverInline) in getAdviceImpl()
/llvm-project-15.0.7/llvm/test/Other/
H A Doptimization-remarks-auto.ll33 ; YAML-MISS-NEXT: Name: NeverInline
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Dinline-replay.ll37 ;; Check Module scope NeverInline fallback replay inline decisions
38 …file-inline-replay-scope=Module -sample-profile-inline-replay-fallback=NeverInline -sample-profile…
46 …le-inline-replay-scope=Function -sample-profile-inline-replay-fallback=NeverInline -sample-profile…
60 ;; Check fallback inlining errors out on non <Original|AlwaysInline|NeverInline> inputs
H A Dremarks-hotness.ll34 ; YAML-MISS-NEXT: Name: NeverInline
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DInliner.cpp144 clEnumValN(ReplayInlinerSettings::Fallback::NeverInline, "NeverInline",
H A DSampleProfile.cpp263 clEnumValN(ReplayInlinerSettings::Fallback::NeverInline, "NeverInline",