Lines Matching refs:phis
326 return all_of(BB->phis(), [IncomingBlocks, EquivalenceSet](PHINode &PN) { in IncomingValuesAreCompatible()
376 for (PHINode &PN : Succ->phis()) in AddPredecessorToBlock()
1427 for (const PHINode &PN : Succ->phis()) { in isSafeToHoistInvoke()
1809 for (PHINode &PN : Succ->phis()) { in hoistSuccIdenticalTerminatorToSwitchOrIf()
1860 for (PHINode &PN : Succ->phis()) { in hoistSuccIdenticalTerminatorToSwitchOrIf()
2299 for (PHINode &PN : BB->phis()) { in SinkCommonCodeFromPredecessors()
2921 for (PHINode &PN : EndBB->phis()) { in validateAndCostRequiredSelects()
3213 for (PHINode &PN : EndBB->phis()) { in SpeculativelyExecuteBB()
4345 if (!IfFalseBB->phis().empty()) in tryWidenCondBranchToCondBranch()
4572 for (PHINode &PN : CommonDest->phis()) { in SimplifyCondBranchToCondBranch()
5170 for (PHINode &DestPN : UnwindDest->phis()) { in removeEmptyCleanup()
5198 for (PHINode &PN : make_early_inc_range(BB->phis())) { in removeEmptyCleanup()
5763 for (PHINode &PHI : Succ->phis()) { in FindPHIForConditionForwarding()
5802 for (PHINode &Phi : CaseDest->phis()) { in ForwardSwitchConditionToPHI()
5957 for (PHINode &PHI : (*CommonDest)->phis()) { in getCaseResults()
7711 for (PHINode &PHI : BB->phis()) in removeUndefIntroducingPredecessor()