Searched refs:removeBlock (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h81 void removeBlock(MachineBasicBlock *BB) { function in class:llvm::MachineDominanceFrontier
82 return Base.removeBlock(BB);
H A DMachineLoopInfo.h170 void removeBlock(MachineBasicBlock *BB) { function in class:llvm::MachineLoopInfo
171 LI.removeBlock(BB);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h92 /// removeBlock - Remove basic block BB's frontier.
93 void removeBlock(BlockT *BB);
H A DDominanceFrontierImpl.h50 void DominanceFrontierBase<BlockT, IsPostDom>::removeBlock(BlockT *BB) { function in class:llvm::DominanceFrontierBase
H A DLoopInfo.h998 void removeBlock(BlockT *BB) { function in class:llvm::LoopInfoBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp208 void removeBlock(MachineBasicBlock *B);
954 void HexagonEarlyIfConversion::removeBlock(MachineBasicBlock *B) { function in class:HexagonEarlyIfConversion
1020 removeBlock(SuccB);
1027 removeBlock(FP.TrueB);
1029 removeBlock(FP.FalseB);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp127 if (MLI) MLI->removeBlock(BB);
H A DEarlyIfConversion.cpp775 Loops->removeBlock(B);
H A DBranchFolding.cpp180 MLI->removeBlock(MBB);
H A DMachineBlockPlacement.cpp3003 MLI->removeBlock(RemBB);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp368 G.removeBlock(*B);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h600 void removeBlock(Block &B) { function in class:llvm::jitlink::Section
992 void removeBlock(Block &B) { function in class:llvm::jitlink::LinkGraph
993 B.getSection().removeBlock(B);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp1075 MLI->removeBlock(LoopHeader);
1374 MLI->removeBlock(SrcMBB);
1413 MLI->removeBlock(TrueMBB);
1424 MLI->removeBlock(FalseMBB);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp842 Loops->removeBlock(RemovedMBB);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp463 LI.removeBlock(BB);
H A DLoopFuse.cpp1286 LI.removeBlock(FC1.Preheader);
1548 LI.removeBlock(FC1.Preheader);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp297 LI->removeBlock(BB);
H A DLoopUtils.cpp672 LI->removeBlock(BB);
H A DLoopSimplify.cpp674 LI->removeBlock(ExitingBlock);

Completed in 320 milliseconds