Searched refs:removeSuccessor (Results 1 - 25 of 27) sorted by relevance

12

/external/llvm/lib/Target/PowerPC/
H A DPPCEarlyReturn.cpp153 PredToRemove[i]->removeSuccessor(&ReturnMBB, true);
163 PrevMBB.removeSuccessor(&ReturnMBB, true);
/external/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp540 Head->removeSuccessor(TBB);
541 Head->removeSuccessor(FBB, true);
543 TBB->removeSuccessor(Tail, true);
545 FBB->removeSuccessor(Tail, true);
H A DMachineBasicBlock.cpp546 void MachineBasicBlock::removeSuccessor(MachineBasicBlock *Succ, function in class:MachineBasicBlock
549 removeSuccessor(I, NormalizeSuccProbs);
553 MachineBasicBlock::removeSuccessor(succ_iterator I, bool NormalizeSuccProbs) { function in class:MachineBasicBlock
606 removeSuccessor(OldI);
633 FromMBB->removeSuccessor(Succ);
649 FromMBB->removeSuccessor(Succ);
1117 SI = removeSuccessor(SI);
H A DTailDuplicator.cpp708 PredBB->removeSuccessor(TailBB, true);
796 PredBB->removeSuccessor(PredBB->succ_begin());
848 PrevBB->removeSuccessor(PrevBB->succ_begin());
926 MBB->removeSuccessor(MBB->succ_end() - 1);
H A DUnreachableBlockElim.cpp173 BB->removeSuccessor(BB->succ_begin());
H A DIfConversion.cpp1156 BBI.BB->removeSuccessor(CvtBBI->BB, true);
1269 BBI.BB->removeSuccessor(CvtBBI->BB, true);
1579 BBI.BB->removeSuccessor(BBI1->BB);
1580 BBI.BB->removeSuccessor(BBI2->BB, true);
1783 FromBBI.BB->removeSuccessor(Succ);
H A DBranchFolding.cpp132 MBB->removeSuccessor(MBB->succ_end()-1);
1329 PrevBB.removeSuccessor(PrevBB.succ_begin());
H A DTargetInstrInfo.cpp112 MBB->removeSuccessor(MBB->succ_begin());
H A DMachinePipeliner.cpp2994 Prolog->removeSuccessor(LastPro);
2995 LastEpi->removeSuccessor(Epilog);
/external/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp324 void removeSuccessor(MachineBasicBlock *MBB);
1411 DstMBB->removeSuccessor(SrcMBB, true);
1414 removeSuccessor(SrcMBB);
1461 MBB->removeSuccessor(TrueMBB, true);
1463 TrueMBB->removeSuccessor(LandMBB, true);
1472 MBB->removeSuccessor(FalseMBB, true);
1474 FalseMBB->removeSuccessor(LandMBB, true);
1515 ExitingMBB->removeSuccessor(LandMBB, true);
1681 MBB->removeSuccessor(MBB1, true);
1705 void AMDGPUCFGStructurizer::removeSuccessor(MachineBasicBloc function in class:__anon14212::AMDGPUCFGStructurizer
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineBasicBlock.cpp355 void MachineBasicBlock::removeSuccessor(MachineBasicBlock *succ) { function in class:MachineBasicBlock
370 MachineBasicBlock::removeSuccessor(succ_iterator I) { function in class:MachineBasicBlock
395 removeSuccessor(SI);
423 fromMBB->removeSuccessor(Succ);
435 fromMBB->removeSuccessor(Succ);
745 SI = removeSuccessor(SI);
H A DTailDuplication.cpp717 PredBB->removeSuccessor(TailBB);
808 PredBB->removeSuccessor(PredBB->succ_begin());
866 PrevBB->removeSuccessor(PrevBB->succ_begin());
935 MBB->removeSuccessor(MBB->succ_end()-1);
H A DUnreachableBlockElim.cpp166 BB->removeSuccessor(BB->succ_begin());
H A DTargetInstrInfoImpl.cpp46 MBB->removeSuccessor(MBB->succ_begin());
H A DIfConversion.cpp1347 BBI.BB->removeSuccessor(BBI1->BB);
1348 BBI.BB->removeSuccessor(BBI2->BB);
1470 FromBBI.BB->removeSuccessor(Succ);
H A DBranchFolding.cpp109 MBB->removeSuccessor(MBB->succ_end()-1);
1106 PrevBB.removeSuccessor(PrevBB.succ_begin());;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineBasicBlock.h264 /// removeSuccessor - Remove successor from the successors list of this
267 void removeSuccessor(MachineBasicBlock *succ);
269 /// removeSuccessor - Remove specified successor from the successors list of
273 succ_iterator removeSuccessor(succ_iterator I);
444 /// pred->removeSuccessor instead.
/external/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp864 FP.SplitB->removeSuccessor(FP.SplitB->succ_begin());
937 B->removeSuccessor(B->succ_begin());
940 (*I)->removeSuccessor(B, true);
997 PredB->removeSuccessor(SuccB);
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h399 /// MBB::removeSuccessor() has an option to do this automatically.
412 void removeSuccessor(MachineBasicBlock *Succ,
420 succ_iterator removeSuccessor(succ_iterator I,
719 /// successors list. Use Pred->removeSuccessor instead.
/external/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp567 Head->removeSuccessor(CmpBB, true);
568 CmpBB->removeSuccessor(Tail, true);
/external/llvm/lib/Target/Mips/
H A DMipsLongBranch.cpp155 NewMBB->removeSuccessor(Tgt, true);
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMConstantIslandPass.cpp752 OrigBB->removeSuccessor(Succ);
1914 JTBB->removeSuccessor(BB);
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7732 BB->removeSuccessor(SMBB);

Completed in 1043 milliseconds

12