/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineBasicBlock.cpp | 355 void MachineBasicBlock::removeSuccessor(MachineBasicBlock *succ) { in removeSuccessor() function in MachineBasicBlock 370 MachineBasicBlock::removeSuccessor(succ_iterator I) { in removeSuccessor() function in MachineBasicBlock 395 removeSuccessor(SI); in replaceSuccessor() 423 fromMBB->removeSuccessor(Succ); in transferSuccessors() 435 fromMBB->removeSuccessor(Succ); in transferSuccessorsAndUpdatePHIs() 745 SI = removeSuccessor(SI); in CorrectExtraCFGEdges()
|
D | TailDuplication.cpp | 717 PredBB->removeSuccessor(TailBB); in duplicateSimpleBB() 808 PredBB->removeSuccessor(PredBB->succ_begin()); in TailDuplicate() 866 PrevBB->removeSuccessor(PrevBB->succ_begin()); in TailDuplicate() 935 MBB->removeSuccessor(MBB->succ_end()-1); in RemoveDeadBlock()
|
D | UnreachableBlockElim.cpp | 166 BB->removeSuccessor(BB->succ_begin()); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDILCFGStructurizer.cpp | 325 void removeSuccessor(MachineBasicBlock *MBB); 1370 DstMBB->removeSuccessor(SrcMBB, true); in mergeSerialBlock() 1373 removeSuccessor(SrcMBB); in mergeSerialBlock() 1409 MBB->removeSuccessor(TrueMBB, true); in mergeIfthenelseBlock() 1411 TrueMBB->removeSuccessor(LandMBB, true); in mergeIfthenelseBlock() 1420 MBB->removeSuccessor(FalseMBB, true); in mergeIfthenelseBlock() 1422 FalseMBB->removeSuccessor(LandMBB, true); in mergeIfthenelseBlock() 1462 ExitingMBB->removeSuccessor(LandMBB, true); in mergeLoopbreakBlock() 1623 MBB->removeSuccessor(MBB1, true); in removeRedundantConditionalBranch() 1645 void AMDGPUCFGStructurizer::removeSuccessor(MachineBasicBlock *MBB) { in removeSuccessor() function in AMDGPUCFGStructurizer [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDILCFGStructurizer.cpp | 324 void removeSuccessor(MachineBasicBlock *MBB); 1411 DstMBB->removeSuccessor(SrcMBB, true); in mergeSerialBlock() 1414 removeSuccessor(SrcMBB); in mergeSerialBlock() 1461 MBB->removeSuccessor(TrueMBB, true); in mergeIfthenelseBlock() 1463 TrueMBB->removeSuccessor(LandMBB, true); in mergeIfthenelseBlock() 1472 MBB->removeSuccessor(FalseMBB, true); in mergeIfthenelseBlock() 1474 FalseMBB->removeSuccessor(LandMBB, true); in mergeIfthenelseBlock() 1515 ExitingMBB->removeSuccessor(LandMBB, true); in mergeLoopbreakBlock() 1681 MBB->removeSuccessor(MBB1, true); in removeRedundantConditionalBranch() 1705 void AMDGPUCFGStructurizer::removeSuccessor(MachineBasicBlock *MBB) { in removeSuccessor() function in __anonf35547db0311::AMDGPUCFGStructurizer [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCEarlyReturn.cpp | 153 PredToRemove[i]->removeSuccessor(&ReturnMBB, true); in processBlock() 163 PrevMBB.removeSuccessor(&ReturnMBB, true); in processBlock()
|
D | PPCBranchCoalescing.cpp | 677 SourceRegion.BranchBlock->removeSuccessor(SourceRegion.FallThroughBlock); in mergeCandidates() 704 TargetRegion.FallThroughBlock->removeSuccessor(SourceRegion.BranchBlock); in mergeCandidates()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCEarlyReturn.cpp | 153 PredToRemove[i]->removeSuccessor(&ReturnMBB, true); in processBlock() 163 PrevMBB.removeSuccessor(&ReturnMBB, true); in processBlock()
|
/external/llvm/lib/CodeGen/ |
D | MachineBasicBlock.cpp | 546 void MachineBasicBlock::removeSuccessor(MachineBasicBlock *Succ, in removeSuccessor() function in MachineBasicBlock 549 removeSuccessor(I, NormalizeSuccProbs); in removeSuccessor() 553 MachineBasicBlock::removeSuccessor(succ_iterator I, bool NormalizeSuccProbs) { in removeSuccessor() function in MachineBasicBlock 606 removeSuccessor(OldI); in replaceSuccessor() 633 FromMBB->removeSuccessor(Succ); in transferSuccessors() 649 FromMBB->removeSuccessor(Succ); in transferSuccessorsAndUpdatePHIs() 1117 SI = removeSuccessor(SI); in CorrectExtraCFGEdges()
|
D | EarlyIfConversion.cpp | 540 Head->removeSuccessor(TBB); in convertIf() 541 Head->removeSuccessor(FBB, true); in convertIf() 543 TBB->removeSuccessor(Tail, true); in convertIf() 545 FBB->removeSuccessor(Tail, true); in convertIf()
|
D | TailDuplicator.cpp | 708 PredBB->removeSuccessor(TailBB, true); in duplicateSimpleBB() 796 PredBB->removeSuccessor(PredBB->succ_begin()); in tailDuplicate() 848 PrevBB->removeSuccessor(PrevBB->succ_begin()); in tailDuplicate() 926 MBB->removeSuccessor(MBB->succ_end() - 1); in removeDeadBlock()
|
D | UnreachableBlockElim.cpp | 173 BB->removeSuccessor(BB->succ_begin()); in runOnMachineFunction()
|
D | IfConversion.cpp | 1156 BBI.BB->removeSuccessor(CvtBBI->BB, true); in IfConvertSimple() 1269 BBI.BB->removeSuccessor(CvtBBI->BB, true); in IfConvertTriangle() 1579 BBI.BB->removeSuccessor(BBI1->BB); in IfConvertDiamond() 1580 BBI.BB->removeSuccessor(BBI2->BB, true); in IfConvertDiamond() 1783 FromBBI.BB->removeSuccessor(Succ); in MergeBlocks()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 541 Head->removeSuccessor(TBB); in convertIf() 542 Head->removeSuccessor(FBB, true); in convertIf() 544 TBB->removeSuccessor(Tail, true); in convertIf() 546 FBB->removeSuccessor(Tail, true); in convertIf()
|
D | MachineBasicBlock.cpp | 681 void MachineBasicBlock::removeSuccessor(MachineBasicBlock *Succ, in removeSuccessor() function in MachineBasicBlock 684 removeSuccessor(I, NormalizeSuccProbs); in removeSuccessor() 688 MachineBasicBlock::removeSuccessor(succ_iterator I, bool NormalizeSuccProbs) { in removeSuccessor() function in MachineBasicBlock 741 removeSuccessor(OldI); in replaceSuccessor() 776 FromMBB->removeSuccessor(Succ); in transferSuccessors() 792 FromMBB->removeSuccessor(Succ); in transferSuccessorsAndUpdatePHIs() 1264 SI = removeSuccessor(SI); in CorrectExtraCFGEdges()
|
D | TailDuplicator.cpp | 761 PredBB->removeSuccessor(TailBB, true); in duplicateSimpleBB() 868 PredBB->removeSuccessor(PredBB->succ_begin()); in tailDuplicate() 929 PrevBB->removeSuccessor(PrevBB->succ_begin()); in tailDuplicate() 1009 MBB->removeSuccessor(MBB->succ_end() - 1); in removeDeadBlock()
|
D | IfConversion.cpp | 1463 BBI.BB->removeSuccessor(&CvtMBB, true); in IfConvertSimple() 1583 BBI.BB->removeSuccessor(&CvtMBB, true); in IfConvertTriangle() 1938 BBI.BB->removeSuccessor(TrueBBI.BB); in IfConvertDiamond() 1939 BBI.BB->removeSuccessor(FalseBBI.BB, true); in IfConvertDiamond() 2138 ToBBI.BB->removeSuccessor(&FromMBB); in MergeBlocks() 2163 FromMBB.removeSuccessor(Succ); in MergeBlocks()
|
D | UnreachableBlockElim.cpp | 174 BB->removeSuccessor(BB->succ_begin()); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLateEHPrepare.cpp | 94 Pred->removeSuccessor(MBB); in EraseBBAndChildren() 97 MBB->removeSuccessor(Succ); in EraseBBAndChildren()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 267 void removeSuccessor(MachineBasicBlock *succ); 273 succ_iterator removeSuccessor(succ_iterator I);
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonEarlyIfConv.cpp | 864 FP.SplitB->removeSuccessor(FP.SplitB->succ_begin()); in convert() 937 B->removeSuccessor(B->succ_begin()); in removeBlock() 940 (*I)->removeSuccessor(B, true); in removeBlock() 997 PredB->removeSuccessor(SuccB); in mergeBlocks()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonEarlyIfConv.cpp | 902 FP.SplitB->removeSuccessor(FP.SplitB->succ_begin()); in convert() 976 B->removeSuccessor(B->succ_begin()); in removeBlock() 979 (*I)->removeSuccessor(B, true); in removeBlock() 1019 PredB->removeSuccessor(SuccB); in mergeBlocks()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ConditionalCompares.cpp | 567 Head->removeSuccessor(CmpBB, true); in convert() 568 CmpBB->removeSuccessor(Tail, true); in convert()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 412 void removeSuccessor(MachineBasicBlock *Succ, 420 succ_iterator removeSuccessor(succ_iterator I,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ConditionalCompares.cpp | 584 Head->removeSuccessor(CmpBB); in convert() 585 CmpBB->removeSuccessor(Tail); in convert()
|