Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp44 BlockExtractor(bool EraseFunctions) : EraseFunctions(EraseFunctions) {} in BlockExtractor() argument
55 bool EraseFunctions; member in __anon65dfb0020111::BlockExtractor
183 if (EraseFunctions || BlockExtractorEraseFuncs) { in runOnModule()
200 bool EraseFunctions) in BlockExtractorPass() argument
201 : GroupsOfBlocks(GroupsOfBlocks), EraseFunctions(EraseFunctions) {} in BlockExtractorPass()
205 BlockExtractor BE(EraseFunctions); in run()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DBlockExtractor.h26 bool EraseFunctions);
31 bool EraseFunctions; member