OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeSuccessor
(Results
1 - 25
of
31
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCEarlyReturn.cpp
154
PredToRemove[i]->
removeSuccessor
(&ReturnMBB, true);
164
PrevMBB.
removeSuccessor
(&ReturnMBB, true);
PPCBranchCoalescing.cpp
679
SourceRegion.BranchBlock->
removeSuccessor
(SourceRegion.FallThroughBlock);
706
TargetRegion.FallThroughBlock->
removeSuccessor
(SourceRegion.BranchBlock);
PPCPreEmitPeephole.cpp
509
MBB.
removeSuccessor
(Br->getOperand(1).getMBB());
527
MBB.
removeSuccessor
(Succ);
PPCExpandISEL.cpp
390
MBB->
removeSuccessor
(Successor);
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFixBrTableDefaults.cpp
139
HeaderMBB->
removeSuccessor
(MBB);
142
HeaderMBB->
removeSuccessor
(Succ);
WebAssemblyLateEHPrepare.cpp
106
MBB->
removeSuccessor
(Succ);
281
MBB.
removeSuccessor
(Succ);
WebAssemblyCFGStackify.cpp
1265
MBB->
removeSuccessor
(EHPad);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIPreEmitPeephole.cpp
193
Parent->
removeSuccessor
(Dst.getMBB());
198
Parent->
removeSuccessor
(Succ);
207
MI.getParent()->
removeSuccessor
(Dst.getMBB());
338
SrcMBB.
removeSuccessor
(TrueMBB);
AMDILCFGStructurizer.cpp
300
void
removeSuccessor
(MachineBasicBlock *MBB);
1345
DstMBB->
removeSuccessor
(SrcMBB, true);
1348
removeSuccessor
(SrcMBB);
1384
MBB->
removeSuccessor
(TrueMBB, true);
1386
TrueMBB->
removeSuccessor
(LandMBB, true);
1395
MBB->
removeSuccessor
(FalseMBB, true);
1397
FalseMBB->
removeSuccessor
(LandMBB, true);
1437
ExitingMBB->
removeSuccessor
(LandMBB, true);
1598
MBB->
removeSuccessor
(MBB1, true);
1620
void AMDGPUCFGStructurizer::
removeSuccessor
(MachineBasicBlock *MBB)
[
all
...]
AMDGPUMachineCFGStructurizer.cpp
1765
(MBB)->
removeSuccessor
(*PI);
1806
Edge.first->
removeSuccessor
(Edge.second);
2470
Exit->
removeSuccessor
(Succ);
2533
Exit->
removeSuccessor
(Entry);
2565
(*PI)->
removeSuccessor
(Exit);
SILowerControlFlow.cpp
751
MBB.
removeSuccessor
(Succ);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
UnreachableBlockElim.cpp
141
BB.
removeSuccessor
(BB.succ_begin());
EarlyIfConversion.cpp
710
Head->
removeSuccessor
(TBB);
711
Head->
removeSuccessor
(FBB, true);
713
TBB->
removeSuccessor
(Tail, true);
715
FBB->
removeSuccessor
(Tail, true);
TailDuplicator.cpp
778
PredBB->
removeSuccessor
(TailBB, true);
897
PredBB->
removeSuccessor
(PredBB->succ_begin());
962
PrevBB->
removeSuccessor
(PrevBB->succ_begin());
1053
MBB->
removeSuccessor
(MBB->succ_end() - 1);
MachineBasicBlock.cpp
784
void MachineBasicBlock::
removeSuccessor
(MachineBasicBlock *Succ,
787
removeSuccessor
(I, NormalizeSuccProbs);
791
MachineBasicBlock::
removeSuccessor
(succ_iterator I, bool NormalizeSuccProbs) {
844
removeSuccessor
(OldI);
880
FromMBB->
removeSuccessor
(Succ);
896
FromMBB->
removeSuccessor
(Succ);
IfConversion.cpp
1581
BBI.BB->
removeSuccessor
(&CvtMBB, true);
1701
BBI.BB->
removeSuccessor
(&CvtMBB, true);
2074
BBI.BB->
removeSuccessor
(TrueBBI.BB);
2075
BBI.BB->
removeSuccessor
(FalseBBI.BB, true);
2277
ToBBI.BB->
removeSuccessor
(&FromMBB);
2283
FromMBB.
removeSuccessor
(Succ);
2304
FromMBB.
removeSuccessor
(Succ);
ModuloSchedule.cpp
876
Prolog->
removeSuccessor
(LastPro);
877
LastEpi->
removeSuccessor
(Epilog);
1957
Prolog->
removeSuccessor
(Fallthrough);
1967
Prolog->
removeSuccessor
(Epilog);
2082
Preheader->
removeSuccessor
(BB);
BranchFolding.cpp
161
MBB->
removeSuccessor
(MBB->succ_end()-1);
1432
PrevBB.
removeSuccessor
(PrevBB.succ_begin());
1543
Pred->
removeSuccessor
(MBB);
TargetInstrInfo.cpp
147
MBB->
removeSuccessor
(MBB->succ_begin());
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp
900
FP.SplitB->
removeSuccessor
(FP.SplitB->succ_begin());
974
B->
removeSuccessor
(B->succ_begin());
977
(*I)->
removeSuccessor
(B, true);
1017
PredB->
removeSuccessor
(SuccB);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp
583
Head->
removeSuccessor
(CmpBB);
584
CmpBB->
removeSuccessor
(Tail);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h
653
/// MBB::
removeSuccessor
() has an option to do this automatically.
666
void
removeSuccessor
(MachineBasicBlock *Succ,
674
succ_iterator
removeSuccessor
(succ_iterator I,
1103
/// successors list. Use Pred->
removeSuccessor
instead.
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlan.h
433
void
removeSuccessor
(VPBlockBase *Successor) {
2230
From->
removeSuccessor
(To);
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsBranchExpansion.cpp
274
NewMBB->
removeSuccessor
(Tgt, true);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp
1747
std::next(MBB->getIterator())->
removeSuccessor
(DestBB);
Completed in 115 milliseconds
1
2
Indexes created Fri Sep 25 00:27:33 UTC 2026