Home | History | Annotate | Download | only in Scalar

Lines Matching full:phis

860   /// \brief A worklist of PHIs to speculate prior to promoting allocas.
862 /// All of these PHIs have been checked for the safety of speculation and by
1937 /// These instructions (PHIs and Selects currently) require the alloca slice
2558 assert(BeginOffset >= NewAllocaBeginOffset && "PHIs are unsplittable");
2559 assert(EndOffset <= NewAllocaEndOffset && "PHIs are unsplittable");
2586 return false; // PHIs can't be promoted on their own.
3323 DEBUG(dbgs() << " Speculating PHIs\n");