reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6286 bool IsReducedValue = OpData != ReductionData; 6289 if (IsReducedValue || EdgeToVist == OpData.getNumberOfOperands()) { 6318 OpData = getOperationData(I); 6323 if (I && (!ReducedValueData || OpData == ReducedValueData || 6324 OpData == ReductionData)) { 6325 const bool IsReductionOperation = OpData == ReductionData; 6337 OpData == ReductionData) && 6346 if (!OpData.isAssociative(I)) { 6352 ReducedValueData != OpData) { 6359 ReducedValueData = OpData; 6361 Stack.push_back(std::make_pair(I, OpData.getFirstOperandIndex()));