Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DToolOutputFile.h37 bool Keep; variable
H A DCodeGen.h129 Keep = 0, ///< No function return thunk. enumerator
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceOperandsSkip.cpp204 bool Keep = O.shouldKeep(); in extractOperandsFromModule() local
/openbsd/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.h199 enum class LineLevel { Remove, Keep }; enumerator
/openbsd/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h309 std::vector<GlobalValue *> Keep; member
/openbsd/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h65 bool Keep : 1; member
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp296 bool Keep = KeepRegs.test(Reg); in ScanInstruction() local
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h405 std::vector<std::unique_ptr<RegionT>> Keep; in addSubRegion() local
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1397 APInt Keep = getHighBitsSet(BitWidth, BitWidth - loBits); in clearLowBits() local
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp263 bool Keep = true; in UpdateTOCSaves() local
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp876 std::vector<GlobalValue *> Keep; in linkRegularLTO() local
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp253 bool Keep; member