Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h95 void removeDuplicatePhiEdgesBetween(const BasicBlock *From,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp539 void MemorySSAUpdater::removeDuplicatePhiEdgesBetween(const BasicBlock *From, in removeDuplicatePhiEdgesBetween() function in MemorySSAUpdater
1419 removeDuplicatePhiEdgesBetween(BB, Successor); in changeToUnreachable()
1434 removeDuplicatePhiEdgesBetween(BB, Succ); in changeCondBranchToUnconditionalTo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp516 MSSAU->removeDuplicatePhiEdgesBetween(BB, TheOnlySucc); in foldTerminators()
H A DSimpleLoopUnswitch.cpp2162 MSSAU->removeDuplicatePhiEdgesBetween(ParentBB, RetainedSuccBB); in unswitchNontrivialInvariants()
2164 MSSAU->removeDuplicatePhiEdgesBetween(ParentBB, SuccBB); in unswitchNontrivialInvariants()