Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h90 const bool AggregateArgs; variable
120 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
130 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp248 bool AggregateArgs, BlockFrequencyInfo *BFI, in CodeExtractor() argument
252 : DT(DT), AggregateArgs(AggregateArgs || AggregateArgsOpt), BFI(BFI), in CodeExtractor()
257 CodeExtractor::CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs, in CodeExtractor() argument
261 : DT(&DT), AggregateArgs(AggregateArgs || AggregateArgsOpt), BFI(BFI), in CodeExtractor()
842 if (AggregateArgs) in constructFunction()
856 if (AggregateArgs && (inputs.size() + outputs.size() > 0)) { in constructFunction()
992 if (AggregateArgs) { in constructFunction()
1012 if (!AggregateArgs) { in constructFunction()
1137 if (AggregateArgs) in emitCallAndSwitchStatement()
1149 if (AggregateArgs) { in emitCallAndSwitchStatement()
[all …]