Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp46 BlockExtractor(bool EraseFunctions) : EraseFunctions(EraseFunctions) {} in BlockExtractor()
57 bool EraseFunctions; member in __anonc0ef3a030111::BlockExtractor
202 bool EraseFunctions) in BlockExtractorPass()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DBlockExtractor.h32 bool EraseFunctions; member