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