/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LowerInvoke.cpp | 68 II->getUnwindDest()->removePredecessor(&BB); in runImpl()
|
D | SimplifyCFG.cpp | 860 ThisCases[0].Dest->removePredecessor(TI->getParent()); in SimplifyEqualityComparisonWithOnlyPredecessor() 882 i->getCaseSuccessor()->removePredecessor(TI->getParent()); in SimplifyEqualityComparisonWithOnlyPredecessor() 919 Succ->removePredecessor(TIBB); in SimplifyEqualityComparisonWithOnlyPredecessor() 1089 PredDefault->removePredecessor(Pred); in FoldValueComparisonIntoPredecessors() 2287 BB->removePredecessor(PredBB); in FoldCondBranchOnPHI() 2478 TrueSucc->removePredecessor(BI->getParent()); in SimplifyCondBranchToTwoReturns() 2479 FalseSucc->removePredecessor(BI->getParent()); in SimplifyCondBranchToTwoReturns() 2512 TrueSucc->removePredecessor(BI->getParent()); in SimplifyCondBranchToTwoReturns() 2513 FalseSucc->removePredecessor(BI->getParent()); in SimplifyCondBranchToTwoReturns() 3254 BI->getSuccessor(1)->removePredecessor(BI->getParent()); in tryWidenCondBranchToCondBranch() [all …]
|
D | Local.cpp | 129 OldDest->removePredecessor(BB); in ConstantFoldTerminator() 146 Dest1->removePredecessor(BI->getParent()); in ConstantFoldTerminator() 207 DefaultDest->removePredecessor(ParentBB); in ConstantFoldTerminator() 248 Succ->removePredecessor(BB); in ConstantFoldTerminator() 319 DestBB->removePredecessor(ParentBB); in ConstantFoldTerminator() 651 BB->removePredecessor(Pred, true); in RemovePredecessorAndSimplify() 1929 Successor->removePredecessor(BB, PreserveLCSSA); in changeToUnreachable() 1985 UnwindDestBB->removePredecessor(BB); in changeToCall() 2132 UnwindDestBB->removePredecessor(II->getParent()); in markAliveBlocks() 2221 UnwindDest->removePredecessor(BB); in removeUnwindEdge() [all …]
|
D | LowerSwitch.cpp | 567 Default->removePredecessor(OrigBlock); in processSwitchInst() 585 PopSucc->removePredecessor(OrigBlock); in processSwitchInst()
|
D | LoopSimplify.cpp | 690 BI->getSuccessor(0)->removePredecessor( in simplifyOneLoop() 692 BI->getSuccessor(1)->removePredecessor( in simplifyOneLoop()
|
D | BreakCriticalEdges.cpp | 205 DestBB->removePredecessor(TIBB, Options.KeepOneInputPHIs); in SplitCriticalEdge()
|
D | BasicBlockUtils.cpp | 63 Succ->removePredecessor(BB, KeepOneInputPHIs); in DetatchDeadBlocks() 916 BB->removePredecessor(Pred); in FoldReturnIntoUncondBranch()
|
D | LoopRotationUtils.cpp | 492 Exit->removePredecessor(OrigPreheader, true /*preserve LCSSA*/); in rotateLoop()
|
D | InlineFunction.cpp | 632 InvokeDest->removePredecessor(II->getParent()); in HandleInlinedLandingPad() 764 UnwindDest->removePredecessor(InvokeBB); in HandleInlinedEHPad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerConstantIntrinsics.cpp | 76 Other->removePredecessor(Source); in replaceConditionalBranchesOnConstant()
|
D | LoopSimplifyCFG.cpp | 496 Succ->removePredecessor(BB, PreserveLCSSAPhi); in foldTerminators() 508 TheOnlySucc->removePredecessor(BB, PreserveLCSSAPhi); in foldTerminators()
|
D | JumpThreading.cpp | 1062 Succ->removePredecessor(BB, true); in ProcessBlock() 1120 ToRemoveSucc->removePredecessor(BB, true); in ProcessBlock() 1226 RemoveSucc->removePredecessor(BB); in ProcessImpliedCondition() 1646 SuccBB->removePredecessor(BB, true); // This is unreachable successor. in ProcessThreadableEdges() 2118 BB->removePredecessor(PredBB, true); in ThreadEdge() 2414 BB->removePredecessor(PredBB, true); in DuplicateCondBranchOnPHIIntoPred()
|
D | SimpleLoopUnswitch.cpp | 799 CommonSuccBB->removePredecessor(BB, in unswitchTrivialSwitch() 1112 ClonedSuccBB->removePredecessor(ClonedParentBB, in buildClonedLoopBlocks() 1477 SuccBB->removePredecessor(ClonedBB); in deleteDeadClonedBlocks() 1513 SuccBB->removePredecessor(BB); in deleteDeadBlocksFromLoop() 2120 UnswitchedSuccBB->removePredecessor(ParentBB, in unswitchNontrivialInvariants() 2134 Case.getCaseSuccessor()->removePredecessor( in unswitchNontrivialInvariants()
|
D | ADCE.cpp | 603 Succ->removePredecessor(BB); in updateDeadRegions()
|
D | CorrelatedValuePropagation.cpp | 397 Succ->removePredecessor(BB); in processSwitch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | BasicBlock.h | 281 void removePredecessor(BasicBlock *Pred, bool DontDeleteUselessPHIs = false);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 266 Succs[i]->removePredecessor(BB); in DeleteBasicBlock()
|
D | WholeProgramDevirt.cpp | 342 II->getUnwindDest()->removePredecessor(II->getParent()); in replaceAndErase()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | BasicBlock.h | 370 void removePredecessor(BasicBlock *Pred, bool KeepOneInputPHIs = false);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineBasicBlock.cpp | 712 (*I)->removePredecessor(this); in removeSuccessor() 740 Old->removePredecessor(this); in replaceSuccessor() 768 void MachineBasicBlock::removePredecessor(MachineBasicBlock *Pred) { in removePredecessor() function in MachineBasicBlock
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | BasicBlock.cpp | 308 void BasicBlock::removePredecessor(BasicBlock *Pred, in removePredecessor() function in BasicBlock
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 381 void removePredecessor(VPBlockBase *Predecessor) { in removePredecessor() function 1598 To->removePredecessor(From);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 841 void removePredecessor(MachineBasicBlock *Pred);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 784 II->getUnwindDest()->removePredecessor(&BB); in runEHOnFunction()
|