Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1263 auto *MergePN = in buildClonedLoopBlocks() local
1265 MergePN->insertBefore(InsertPt); in buildClonedLoopBlocks()
1266 MergePN->setDebugLoc(InsertPt->getDebugLoc()); in buildClonedLoopBlocks()
1267 I.replaceAllUsesWith(MergePN); in buildClonedLoopBlocks()
1268 MergePN->addIncoming(&I, ExitBB); in buildClonedLoopBlocks()
1269 MergePN->addIncoming(&ClonedI, ClonedExitBB); in buildClonedLoopBlocks()