Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp46 BlockExtractor(bool EraseFunctions) : EraseFunctions(EraseFunctions) {} in BlockExtractor() argument
62 bool EraseFunctions; member in __anon8c3c92bc0111::BlockExtractor
78 bool EraseFunctions) in BlockExtractorLegacyPass() argument
79 : ModulePass(ID), BE(EraseFunctions) { in BlockExtractorLegacyPass()
92 bool EraseFunctions) in BlockExtractorLegacyPass() argument
93 : ModulePass(ID), BE(EraseFunctions) { in BlockExtractorLegacyPass()
111 const SmallVectorImpl<BasicBlock *> &BlocksToExtract, bool EraseFunctions) { in createBlockExtractorPass() argument
112 return new BlockExtractorLegacyPass(BlocksToExtract, EraseFunctions); in createBlockExtractorPass()
117 bool EraseFunctions) { in createBlockExtractorPass() argument
118 return new BlockExtractorLegacyPass(GroupsOfBlocksToExtract, EraseFunctions); in createBlockExtractorPass()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Transforms/
H A DIPO.h182 bool EraseFunctions);
186 bool EraseFunctions);