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