Home
last modified time | relevance | path

Searched defs:removeSuccessor (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineBasicBlock.cpp834 void MachineBasicBlock::removeSuccessor(MachineBasicBlock *Succ, in removeSuccessor() function in MachineBasicBlock
841 MachineBasicBlock::removeSuccessor(succ_iterator I, bool NormalizeSuccProbs) { in removeSuccessor() function in MachineBasicBlock
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDR600MachineCFGStructurizer.cpp1605 void R600MachineCFGStructurizer::removeSuccessor(MachineBasicBlock *MBB) { in removeSuccessor() function in R600MachineCFGStructurizer
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlan.h479 void removeSuccessor(VPBlockBase *Successor) { in removeSuccessor() function