Home
last modified time | relevance | path

Searched refs:DestPN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5170 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1018 if (llvm::all_of(DestBB->phis(), [&](const PHINode &DestPN) { in isMergingEmptyBlockProfitable() argument
1019 return DestPN.getIncomingValueForBlock(BB) == in isMergingEmptyBlockProfitable()
1020 DestPN.getIncomingValueForBlock(DestBBPred); in isMergingEmptyBlockProfitable()