LLVM 20.0.0git
|
This is the complete list of members for llvm::VPBlockUtils, including all inherited members.
blocksOnly(const T &Range) | llvm::VPBlockUtils | inlinestatic |
connectBlocks(VPBlockBase *From, VPBlockBase *To, unsigned PredIdx=-1u, unsigned SuccIdx=-1u) | llvm::VPBlockUtils | inlinestatic |
disconnectBlocks(VPBlockBase *From, VPBlockBase *To) | llvm::VPBlockUtils | inlinestatic |
insertBlockAfter(VPBlockBase *NewBlock, VPBlockBase *BlockPtr) | llvm::VPBlockUtils | inlinestatic |
insertBlockBefore(VPBlockBase *NewBlock, VPBlockBase *BlockPtr) | llvm::VPBlockUtils | inlinestatic |
insertOnEdge(VPBlockBase *From, VPBlockBase *To, VPBlockBase *BlockPtr) | llvm::VPBlockUtils | inlinestatic |
insertTwoBlocksAfter(VPBlockBase *IfTrue, VPBlockBase *IfFalse, VPBlockBase *BlockPtr) | llvm::VPBlockUtils | inlinestatic |
reassociateBlocks(VPBlockBase *Old, VPBlockBase *New) | llvm::VPBlockUtils | inlinestatic |
VPBlockUtils()=delete | llvm::VPBlockUtils |