Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h93 void removeDuplicatePhiEdgesBetween(const BasicBlock *From,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp538 void MemorySSAUpdater::removeDuplicatePhiEdgesBetween(const BasicBlock *From, in removeDuplicatePhiEdgesBetween() function in MemorySSAUpdater
1419 removeDuplicatePhiEdgesBetween(BB, Successor); in changeToUnreachable()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp515 MSSAU->removeDuplicatePhiEdgesBetween(BB, TheOnlySucc); in foldTerminators()
H A DSimpleLoopUnswitch.cpp2314 MSSAU->removeDuplicatePhiEdgesBetween(ParentBB, RetainedSuccBB); in unswitchNontrivialInvariants()
2316 MSSAU->removeDuplicatePhiEdgesBetween(ParentBB, SuccBB); in unswitchNontrivialInvariants()