Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DToolOutputFile.h37 bool Keep; variable
H A DCodeGen.h128 Keep = 0, ///< No function return thunk. enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h216 enum class LineLevel { Remove, Keep }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h80 bool Keep : 1; member
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h329 std::vector<GlobalValue *> Keep; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp290 bool Keep = KeepRegs.test(Reg); in ScanInstruction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h398 std::vector<std::unique_ptr<RegionT>> Keep; in addSubRegion() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1391 APInt Keep = getHighBitsSet(BitWidth, BitWidth - loBits); in clearLowBits() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h397 Keep, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp323 bool Keep = true; in UpdateTOCSaves() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp960 std::vector<GlobalValue *> Keep; in linkRegularLTO() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp281 bool Keep; member