Home
last modified time | relevance | path

Searched refs:removePredecessor (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerInvoke.cpp68 II->getUnwindDest()->removePredecessor(&BB); in runImpl()
DSimplifyCFG.cpp860 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 …]
DLocal.cpp129 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 …]
DLowerSwitch.cpp567 Default->removePredecessor(OrigBlock); in processSwitchInst()
585 PopSucc->removePredecessor(OrigBlock); in processSwitchInst()
DLoopSimplify.cpp690 BI->getSuccessor(0)->removePredecessor( in simplifyOneLoop()
692 BI->getSuccessor(1)->removePredecessor( in simplifyOneLoop()
DBreakCriticalEdges.cpp205 DestBB->removePredecessor(TIBB, Options.KeepOneInputPHIs); in SplitCriticalEdge()
DBasicBlockUtils.cpp63 Succ->removePredecessor(BB, KeepOneInputPHIs); in DetatchDeadBlocks()
916 BB->removePredecessor(Pred); in FoldReturnIntoUncondBranch()
DLoopRotationUtils.cpp492 Exit->removePredecessor(OrigPreheader, true /*preserve LCSSA*/); in rotateLoop()
DInlineFunction.cpp632 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/
DLowerConstantIntrinsics.cpp76 Other->removePredecessor(Source); in replaceConditionalBranchesOnConstant()
DLoopSimplifyCFG.cpp496 Succ->removePredecessor(BB, PreserveLCSSAPhi); in foldTerminators()
508 TheOnlySucc->removePredecessor(BB, PreserveLCSSAPhi); in foldTerminators()
DJumpThreading.cpp1062 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()
DSimpleLoopUnswitch.cpp799 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()
DADCE.cpp603 Succ->removePredecessor(BB); in updateDeadRegions()
DCorrelatedValuePropagation.cpp397 Succ->removePredecessor(BB); in processSwitch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h281 void removePredecessor(BasicBlock *Pred, bool DontDeleteUselessPHIs = false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPruneEH.cpp266 Succs[i]->removePredecessor(BB); in DeleteBasicBlock()
DWholeProgramDevirt.cpp342 II->getUnwindDest()->removePredecessor(II->getParent()); in replaceAndErase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DBasicBlock.h370 void removePredecessor(BasicBlock *Pred, bool KeepOneInputPHIs = false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp712 (*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/
DBasicBlock.cpp308 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/
DVPlan.h381 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/
DMachineBasicBlock.h841 void removePredecessor(MachineBasicBlock *Pred);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp784 II->getUnwindDest()->removePredecessor(&BB); in runEHOnFunction()