Searched refs:Opd1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp213 Value *Opd1 = S0->getValueOperand(); local
215 if (Opd1 == Opd2)
218 auto *NewPN = PHINode::Create(Opd1->getType(), 2, Opd2->getName() + ".sink",
221 NewPN->addIncoming(Opd1, S0->getParent());

Completed in 78 milliseconds