Searched refs:DestPN (Results 1 – 2 of 2) sorted by relevance
5170 for (PHINode &DestPN : UnwindDest->phis()) { in removeEmptyCleanup()5171 int Idx = DestPN.getBasicBlockIndex(BB); in removeEmptyCleanup()5185 Value *SrcVal = DestPN.getIncomingValue(Idx); in removeEmptyCleanup()5192 DestPN.addIncoming(Incoming, Pred); in removeEmptyCleanup()
1018 if (llvm::all_of(DestBB->phis(), [&](const PHINode &DestPN) { in isMergingEmptyBlockProfitable() argument1019 return DestPN.getIncomingValueForBlock(BB) == in isMergingEmptyBlockProfitable()1020 DestPN.getIncomingValueForBlock(DestBBPred); in isMergingEmptyBlockProfitable()