Lines Matching defs:RealPHI
280 /// operation, it will eventually reach RealPHI and ImagPHI, which corresponds
282 /// RealPHI and ImagPHI are used by the identifyPHINode method.
283 PHINode *RealPHI = nullptr;
286 /// Set this flag to true if RealPHI and ImagPHI were reached during reduction
1064 bool IsReduction = RealPHI == R && (!ImagPHI || ImagPHI == I);
1702 RealPHI = ReductionInfo[Real].first;
1708 std::swap(RealPHI, ImagPHI);
1736 RealPHI = ReductionInfo[Real].first;
1753 RealPHI = nullptr;
2044 if (Real != RealPHI || (ImagPHI && Imag != ImagPHI))