Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp252 : DT(DT), AggregateArgs(AggregateArgs || AggregateArgsOpt), BFI(BFI), in CodeExtractor()
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()
994 if (AggregateArgs) { in constructFunction()
1014 if (!AggregateArgs) { in constructFunction()
1139 if (AggregateArgs) in emitCallAndSwitchStatement()
1151 if (AggregateArgs) { in emitCallAndSwitchStatement()
1209 if (!AggregateArgs) in emitCallAndSwitchStatement()
1215 if (AggregateArgs) { in emitCallAndSwitchStatement()
[all …]