Home
last modified time | relevance | path

Searched refs:RunOutliner (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h23 enum class RunOutliner { TargetDefault, AlwaysOutline, NeverOutline }; enum
49 RunOutliner EnableMachineOutliner = RunOutliner::TargetDefault;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp130 static cl::opt<RunOutliner> EnableMachineOutliner(
132 cl::Hidden, cl::ValueOptional, cl::init(RunOutliner::TargetDefault),
133 cl::values(clEnumValN(RunOutliner::AlwaysOutline, "always",
135 clEnumValN(RunOutliner::NeverOutline, "never",
138 clEnumValN(RunOutliner::AlwaysOutline, "", "")));
1248 EnableMachineOutliner != RunOutliner::NeverOutline) { in addMachinePasses()
1250 (EnableMachineOutliner == RunOutliner::AlwaysOutline); in addMachinePasses()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h915 Opt.EnableMachineOutliner != RunOutliner::NeverOutline) { in addMachinePasses()
917 (Opt.EnableMachineOutliner == RunOutliner::AlwaysOutline); in addMachinePasses()