Searched refs:addPredecessorToBlock (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 392 static void addPredecessorToBlock(BasicBlock *Succ, BasicBlock *NewPred, in addPredecessorToBlock() function 1354 addPredecessorToBlock(NewSuccessor.first, Pred, BB); in performValueComparisonIntoPredecessorFolding() 2107 addPredecessorToBlock(Succ, TIParent, BB1); in hoistSuccIdenticalTerminatorToSwitchOrIf() 2846 addPredecessorToBlock(Succ, /*NewPred=*/MergedInvoke->getParent(), in mergeCompatibleInvokesImpl() 3526 addPredecessorToBlock(RealDest, EdgeBB, BB); in foldCondBranchOnValueKnownInPredecessorImpl() 3943 addPredecessorToBlock(UniqueSucc, PredBlock, BB, MSSAU); in performBranchToCommonDestFolding() 4716 addPredecessorToBlock(OtherDest, PBI->getParent(), BB); in SimplifyCondBranchToCondBranch() 5117 addPredecessorToBlock(EdgeBB, BB, NewBB); in simplifyBranchOnICmpChain() 7063 addPredecessorToBlock(SI->getDefaultDest(), MaskBB, BB); in switchToLookupTable()
|