Lines Matching full:aggregateargs
122 CodeExtractor::CodeExtractor(BasicBlock *BB, bool AggregateArgs)
123 : DT(nullptr), AggregateArgs(AggregateArgs||AggregateArgsOpt),
127 bool AggregateArgs)
128 : DT(DT), AggregateArgs(AggregateArgs||AggregateArgsOpt),
131 CodeExtractor::CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs)
132 : DT(&DT), AggregateArgs(AggregateArgs||AggregateArgsOpt),
136 bool AggregateArgs)
137 : DT(&DT), AggregateArgs(AggregateArgs||AggregateArgsOpt),
312 if (AggregateArgs)
326 if (AggregateArgs && (inputs.size() + outputs.size() > 0)) {
352 if (AggregateArgs) {
371 if (!AggregateArgs) {
421 if (AggregateArgs)
428 if (AggregateArgs) {
441 if (AggregateArgs && (inputs.size() + outputs.size() > 0)) {
472 if (!AggregateArgs)
478 if (AggregateArgs) {
593 if (AggregateArgs) {
607 if (!AggregateArgs) ++OAI;