Home | History | Annotate | Download | only in Utils

Lines Matching refs: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),
323 if (AggregateArgs)
335 if (AggregateArgs && (inputs.size() + outputs.size() > 0)) {
362 if (AggregateArgs) {
382 if (!AggregateArgs) {
432 if (AggregateArgs)
439 if (AggregateArgs) {
451 if (AggregateArgs && (inputs.size() + outputs.size() > 0)) {
484 if (!AggregateArgs)
490 if (AggregateArgs) {
604 if (AggregateArgs) {
619 if (!AggregateArgs) ++OAI;