Home
last modified time | relevance | path

Searched refs:DisableExpandReductions (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h47 bool DisableExpandReductions = false; member
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp247 static cl::opt<bool> DisableExpandReductions(
482 SET_OPTION(DisableExpandReductions) in getCGPassBuilderOption()
884 if (!DisableExpandReductions) in addIRPasses()