Searched refs:IsPHI (Results 1 – 3 of 3) sorted by relevance
488 static void replaceWithTileLoad(Use &U, Value *Ptr, bool IsPHI = false) { in replaceWithTileLoad() argument494 if (IsPHI) { in replaceWithTileLoad()
3670 bool IsPHI = VNI->isPHIDef() && in verifyLiveRangeSegment() local3691 if (!PVNI && (LaneMask.none() || !IsPHI)) { in verifyLiveRangeSegment()3704 if (!IsPHI && PVNI != VNI) { in verifyLiveRangeSegment()
11580 bool IsPHI = isa<PHINode>(LastInst); in setInsertPointAfterBundle() local 11581 if (IsPHI) in setInsertPointAfterBundle() 11583 if (IsPHI || (!E->isGather() && doesNotNeedToSchedule(E->Scalars))) { in setInsertPointAfterBundle()