Home
last modified time | relevance | path

Searched refs:SanitizeMemory (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp200 bool SanitizeMemory; member in __anon84d475960111::LoopUnswitch
550 SanitizeMemory = F->hasFnAttribute(Attribute::SanitizeMemory); in runOnLoop()
551 if (SanitizeMemory) in runOnLoop()
742 if (SanitizeMemory && in processCurrentLoop()
H A DJumpThreading.cpp2870 if (BB->getParent()->hasFnAttribute(Attribute::SanitizeMemory)) in tryToUnfoldSelectInCurrBB()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp600 MF.getFunction().hasFnAttribute(Attribute::SanitizeMemory) || in isShrinkWrapEnabled()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp468 Fn->addFnAttr(llvm::Attribute::SanitizeMemory); in CreateGlobalInitOrCleanUpFunction()
472 Fn->addFnAttr(llvm::Attribute::SanitizeMemory); in CreateGlobalInitOrCleanUpFunction()
H A DCodeGenFunction.cpp771 Fn->addFnAttr(llvm::Attribute::SanitizeMemory); in StartFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp234 F.hasFnAttribute(Attribute::SanitizeMemory)) in shouldOutlineFrom()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td246 def SanitizeMemory : EnumAttr<"sanitize_memory", [FnAttr]>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp966 case Attribute::SanitizeMemory: in constructFunction()
H A DSimplifyLibCalls.cpp128 if (CI->getFunction()->hasFnAttribute(Attribute::SanitizeMemory)) in canTransformToMemCmp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1693 II->getFunction()->hasFnAttribute(Attribute::SanitizeMemory) || in visitCallInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1234 case Attribute::SanitizeMemory: return 1ULL << 37; in getRawAttributeMask()
1496 return Attribute::SanitizeMemory; in getAttrFromCode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1085 bool SanitizeFunction = F.hasFnAttribute(Attribute::SanitizeMemory); in MemorySanitizerVisitor()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp735 case Attribute::SanitizeMemory: in getAttrKindEncoding()