Home
last modified time | relevance | path

Searched refs:removeSuccessor (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonCFGOptimizer.cpp185 MBB->removeSuccessor(JumpAroundTarget); in runOnMachineFunction()
190 LayoutSucc->removeSuccessor(UncondTarget); in runOnMachineFunction()
/external/llvm/lib/Target/R600/
DAMDILCFGStructurizer.cpp260 void removeSuccessor(BlockT *SrcBlock);
996 (*iter)->removeSuccessor(loopHeader); in loopcontPatternMatch()
1349 dstBlk->removeSuccessor(srcBlk); in mergeSerialBlock()
1352 removeSuccessor(srcBlk); in mergeSerialBlock()
1403 curBlk->removeSuccessor(trueBlk); in mergeIfthenelseBlock()
1405 trueBlk->removeSuccessor(landBlk); in mergeIfthenelseBlock()
1414 curBlk->removeSuccessor(falseBlk); in mergeIfthenelseBlock()
1416 falseBlk->removeSuccessor(landBlk); in mergeIfthenelseBlock()
1499 removeSuccessor(landBlk); in mergeLooplandBlock()
1583 exitingBlk->removeSuccessor(exitBlk); in mergeLoopbreakBlock()
[all …]
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp530 Head->removeSuccessor(TBB); in convertIf()
531 Head->removeSuccessor(FBB); in convertIf()
533 TBB->removeSuccessor(Tail); in convertIf()
535 FBB->removeSuccessor(Tail); in convertIf()
DMachineBasicBlock.cpp459 void MachineBasicBlock::removeSuccessor(MachineBasicBlock *succ) { in removeSuccessor() function in MachineBasicBlock
474 MachineBasicBlock::removeSuccessor(succ_iterator I) { in removeSuccessor() function in MachineBasicBlock
550 fromMBB->removeSuccessor(Succ); in transferSuccessors()
565 fromMBB->removeSuccessor(Succ); in transferSuccessorsAndUpdatePHIs()
1044 SI = removeSuccessor(SI); in CorrectExtraCFGEdges()
DTailDuplication.cpp728 PredBB->removeSuccessor(TailBB); in duplicateSimpleBB()
838 PredBB->removeSuccessor(PredBB->succ_begin()); in TailDuplicate()
897 PrevBB->removeSuccessor(PrevBB->succ_begin()); in TailDuplicate()
966 MBB->removeSuccessor(MBB->succ_end()-1); in RemoveDeadBlock()
DUnreachableBlockElim.cpp166 BB->removeSuccessor(BB->succ_begin()); in runOnMachineFunction()
DIfConversion.cpp1401 BBI.BB->removeSuccessor(BBI1->BB); in IfConvertDiamond()
1402 BBI.BB->removeSuccessor(BBI2->BB); in IfConvertDiamond()
1559 FromBBI.BB->removeSuccessor(Succ); in MergeBlocks()
DTargetInstrInfo.cpp104 MBB->removeSuccessor(MBB->succ_begin()); in ReplaceTailWithBranchTo()
DBranchFolding.cpp113 MBB->removeSuccessor(MBB->succ_end()-1); in RemoveDeadBlock()
1141 PrevBB.removeSuccessor(PrevBB.succ_begin()); in OptimizeBlock()
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h361 void removeSuccessor(MachineBasicBlock *succ);
367 succ_iterator removeSuccessor(succ_iterator I);
/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp156 NewMBB->removeSuccessor(Tgt); in splitMBB()
251 MBB->removeSuccessor(TgtMBB); in expandToLongBranch()
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSCCP.java678 block.removeSuccessor(oldSuccessor); in replaceBranches()
DSsaMethod.java856 block.removeSuccessor(i); in deleteInsns()
DSsaBasicBlock.java526 public void removeSuccessor(int oldIndex) { in removeSuccessor() method in SsaBasicBlock
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp2056 JTBB->removeSuccessor(BB); in adjustJTTargetBlockForward()
DARMISelLowering.cpp6639 BB->removeSuccessor(SMBB); in EmitSjLjDispatchBlock()