Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp43 bool EraseFunctions; member in __anon2e1c4bd10111::BlockExtractor
49 bool EraseFunctions) in BlockExtractor() argument
51 EraseFunctions(EraseFunctions) { in BlockExtractor()
70 const SmallVectorImpl<BasicBlock *> &BlocksToExtract, bool EraseFunctions) { in createBlockExtractorPass() argument
71 return new BlockExtractor(BlocksToExtract, EraseFunctions); in createBlockExtractorPass()
163 if (EraseFunctions || BlockExtractorEraseFuncs) { in runOnModule()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/
H A DIPO.h185 bool EraseFunctions);