Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp44 BlockExtractor(bool EraseFunctions) : EraseFunctions(EraseFunctions) {} in BlockExtractor()
55 bool EraseFunctions; member in __anon392eed8c0111::BlockExtractor
199 bool EraseFunctions) in BlockExtractorPass()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DBlockExtractor.h32 bool EraseFunctions; global() member