| /netbsd-src/external/apache2/llvm/dist/llvm/examples/IRTransforms/ |
| H A D | SimplifyCFG.cpp | 78 Succ->removePredecessor(&BB); in removeDeadBlocks_v1() 119 Succ->removePredecessor(&BB); in removeDeadBlocks_v2() 158 RemovedSucc->removePredecessor(&BB); in eliminateCondBranches_v1() 194 RemovedSucc->removePredecessor(&BB); in eliminateCondBranches_v2() 241 RemovedSucc->removePredecessor(&BB); in eliminateCondBranches_v3()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | LowerInvoke.cpp | 68 II->getUnwindDest()->removePredecessor(&BB); in runImpl()
|
| H A D | SimplifyCFG.cpp | 891 ThisCases[0].Dest->removePredecessor(PredDef); in SimplifyEqualityComparisonWithOnlyPredecessor() 922 Successor->removePredecessor(PredDef); in SimplifyEqualityComparisonWithOnlyPredecessor() 974 Succ->removePredecessor(TIBB); in SimplifyEqualityComparisonWithOnlyPredecessor() 1184 PredDefault->removePredecessor(Pred); in PerformValueComparisonIntoPredecessorFolding() 2683 BB->removePredecessor(PredBB); in FoldCondBranchOnPHI() 2900 TrueSucc->removePredecessor(BB); in SimplifyCondBranchToTwoReturns() 2901 FalseSucc->removePredecessor(BB); in SimplifyCondBranchToTwoReturns() 2941 TrueSucc->removePredecessor(BB); in SimplifyCondBranchToTwoReturns() 2942 FalseSucc->removePredecessor(BB); in SimplifyCondBranchToTwoReturns() 3640 OldSuccessor->removePredecessor(BI->getParent()); in tryWidenCondBranchToCondBranch() [all …]
|
| H A D | Local.cpp | 148 Dest1->removePredecessor(BI->getParent()); in ConstantFoldTerminator() 172 OldDest->removePredecessor(BB); in ConstantFoldTerminator() 240 DefaultDest->removePredecessor(ParentBB); in ConstantFoldTerminator() 281 Succ->removePredecessor(BB); in ConstantFoldTerminator() 355 DestBB->removePredecessor(BB); in ConstantFoldTerminator() 2102 Successor->removePredecessor(BB, PreserveLCSSA); in changeToUnreachable() 2175 UnwindDestBB->removePredecessor(BB); in changeToCall() 2326 UnwindDestBB->removePredecessor(II->getParent()); in markAliveBlocks() 2426 UnwindDest->removePredecessor(BB); in removeUnwindEdge()
|
| H A D | LowerSwitch.cpp | 471 Default->removePredecessor(OrigBlock); in ProcessSwitchInst() 487 PopSucc->removePredecessor(OrigBlock); in ProcessSwitchInst()
|
| H A D | LoopSimplify.cpp | 699 BI->getSuccessor(0)->removePredecessor( in simplifyOneLoop() 701 BI->getSuccessor(1)->removePredecessor( in simplifyOneLoop()
|
| H A D | BreakCriticalEdges.cpp | 222 DestBB->removePredecessor(TIBB, Options.KeepOneInputPHIs); in SplitKnownCriticalEdge()
|
| H A D | LoopRotationUtils.cpp | 643 Exit->removePredecessor(OrigPreheader, true /*preserve LCSSA*/); in rotateLoop()
|
| H A D | BasicBlockUtils.cpp | 64 Succ->removePredecessor(BB, KeepOneInputPHIs); in DetatchDeadBlocks() 1340 BB->removePredecessor(Pred); in FoldReturnIntoUncondBranch()
|
| H A D | InlineFunction.cpp | 655 InvokeDest->removePredecessor(II->getParent()); in HandleInlinedLandingPad() 787 UnwindDest->removePredecessor(InvokeBB); in HandleInlinedEHPad()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceBasicBlocks.cpp | 108 Succ->removePredecessor(&BB); in extractBasicBlocksFromModule()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LowerConstantIntrinsics.cpp | 81 Other->removePredecessor(Source); in replaceConditionalBranchesOnConstant()
|
| H A D | SCCP.cpp | 382 Succ->removePredecessor(BB); in removeNonFeasibleEdges() 399 Succ->removePredecessor(BB); in removeNonFeasibleEdges()
|
| H A D | LoopSimplifyCFG.cpp | 502 Succ->removePredecessor(BB, PreserveLCSSAPhi); in foldTerminators() 514 TheOnlySucc->removePredecessor(BB, PreserveLCSSAPhi); in foldTerminators()
|
| H A D | JumpThreading.cpp | 1105 Succ->removePredecessor(BB, true); in processBlock() 1164 ToRemoveSucc->removePredecessor(BB, true); in processBlock() 1281 RemoveSucc->removePredecessor(BB); in processImpliedCondition() 1726 SuccBB->removePredecessor(BB, true); // This is unreachable successor. in processThreadableEdges() 2298 PredBB->removePredecessor(PredPredBB, true); in threadThroughTwoBasicBlocks() 2421 BB->removePredecessor(PredBB, true); in threadEdge() 2716 BB->removePredecessor(PredBB, true); in duplicateCondBranchOnPHIIntoPred()
|
| H A D | SimpleLoopUnswitch.cpp | 827 CommonSuccBB->removePredecessor(BB, in unswitchTrivialSwitch() 1140 ClonedSuccBB->removePredecessor(ClonedParentBB, in buildClonedLoopBlocks() 1518 SuccBB->removePredecessor(ClonedBB); in deleteDeadClonedBlocks() 1554 SuccBB->removePredecessor(BB); in deleteDeadBlocksFromLoop() 2184 UnswitchedSuccBB->removePredecessor(ParentBB, in unswitchNontrivialInvariants() 2198 Case.getCaseSuccessor()->removePredecessor( in unswitchNontrivialInvariants()
|
| H A D | ADCE.cpp | 610 Succ->removePredecessor(BB); in updateDeadRegions()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | PruneEH.cpp | 260 Succs[i]->removePredecessor(BB); in DeleteBasicBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | BasicBlock.h | 395 void removePredecessor(BasicBlock *Pred, bool KeepOneInputPHIs = false);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 803 (*I)->removePredecessor(this); in removeSuccessor() 831 Old->removePredecessor(this); in replaceSuccessor() 859 void MachineBasicBlock::removePredecessor(MachineBasicBlock *Pred) { in removePredecessor() function in MachineBasicBlock
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | BasicBlock.cpp | 321 void BasicBlock::removePredecessor(BasicBlock *Pred, in removePredecessor() function in BasicBlock
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 420 Successor->removePredecessor(&*BB); in simpleSimplifyCfg() 479 Succ->removePredecessor(&BB); in TestBlocks()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 426 void removePredecessor(VPBlockBase *Predecessor) { in removePredecessor() function 2231 To->removePredecessor(From);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 1104 void removePredecessor(MachineBasicBlock *Pred);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 838 II->getUnwindDest()->removePredecessor(&BB); in runEHOnFunction()
|