Searched refs:EraseFunctions (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp43 bool EraseFunctions; member in class:__anon4518::BlockExtractor
63 bool EraseFunctions)
64 : ModulePass(ID), EraseFunctions(EraseFunctions) {
77 bool EraseFunctions)
78 : ModulePass(ID), EraseFunctions(EraseFunctions) {
97 const SmallVectorImpl<BasicBlock *> &BlocksToExtract, bool EraseFunctions) {
98 return new BlockExtractor(BlocksToExtract, EraseFunctions);
103 bool EraseFunctions) {
62 BlockExtractor(const SmallVectorImpl<BasicBlock *> &BlocksToExtract, bool EraseFunctions) argument
75 BlockExtractor(const SmallVectorImpl<SmallVector<BasicBlock *, 16>> &GroupsOfBlocksToExtract, bool EraseFunctions) argument
96 createBlockExtractorPass( const SmallVectorImpl<BasicBlock *> &BlocksToExtract, bool EraseFunctions) argument
100 createBlockExtractorPass( const SmallVectorImpl<SmallVector<BasicBlock *, 16>> &GroupsOfBlocksToExtract, bool EraseFunctions) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DIPO.h189 bool EraseFunctions);
193 bool EraseFunctions);

Completed in 109 milliseconds