Searched refs:AddPredecessorToBlock (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 373 static void AddPredecessorToBlock(BasicBlock *Succ, BasicBlock *NewPred, in AddPredecessorToBlock() function 1318 AddPredecessorToBlock(NewSuccessor.first, Pred, BB); in PerformValueComparisonIntoPredecessorFolding() 1892 AddPredecessorToBlock(Succ, TIParent, BB1); in hoistSuccIdenticalTerminatorToSwitchOrIf() 2715 AddPredecessorToBlock(Succ, /*NewPred=*/MergedInvoke->getParent(), in MergeCompatibleInvokesImpl() 3371 AddPredecessorToBlock(RealDest, EdgeBB, BB); in FoldCondBranchOnValueKnownInPredecessorImpl() 3789 AddPredecessorToBlock(UniqueSucc, PredBlock, BB, MSSAU); in performBranchToCommonDestFolding() 4566 AddPredecessorToBlock(OtherDest, PBI->getParent(), BB); in SimplifyCondBranchToCondBranch() 4967 AddPredecessorToBlock(EdgeBB, BB, NewBB); in SimplifyBranchOnICmpChain() 6885 AddPredecessorToBlock(SI->getDefaultDest(), MaskBB, BB); in SwitchToLookupTable()
|