Home
last modified time | relevance | path

Searched refs:keepConstInit (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp56 bool keepConstInit) in ExtractGVPass() argument
58 keepConstInit(keepConstInit) {} in ExtractGVPass()
75 !GV.isDeclaration() && (!GV.isConstant() || !keepConstInit); in run()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DExtractGV.h21 bool keepConstInit; variable
25 bool keepConstInit = false);
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/
H A DIPO.h96 deleteFn = false, bool keepConstInit = false);