Home
last modified time | relevance | path

Searched defs:Keep (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.h148 enum class LineLevel { Remove, Keep }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h67 bool Keep : 1; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DLTO.h331 std::vector<GlobalValue *> Keep; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp290 bool Keep = KeepRegs.test(Reg); in ScanInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h419 std::vector<std::unique_ptr<RegionT>> Keep; in addSubRegion() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp255 bool Keep = true; in UpdateTOCSaves() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp855 std::vector<GlobalValue *> Keep; in linkRegularLTO() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp233 bool Keep; member