Searched refs:AggregateArgs (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/ |
| H A D | CodeExtractor.h | 57 const bool AggregateArgs; variable 86 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr, 95 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 241 : DT(DT), AggregateArgs(AggregateArgs || AggregateArgsOpt), BFI(BFI), in CodeExtractor() 249 : DT(&DT), AggregateArgs(AggregateArgs || AggregateArgsOpt), BFI(BFI), in CodeExtractor() 709 if (AggregateArgs) in constructFunction() 723 if (AggregateArgs && (inputs.size() + outputs.size() > 0)) { in constructFunction() 841 if (AggregateArgs) { in constructFunction() 860 if (!AggregateArgs) { in constructFunction() 901 if (AggregateArgs) in emitCallAndSwitchStatement() 908 if (AggregateArgs) { in emitCallAndSwitchStatement() 962 if (!AggregateArgs) in emitCallAndSwitchStatement() 969 if (AggregateArgs) { in emitCallAndSwitchStatement() [all …]
|