Home
last modified time | relevance | path

Searched refs:hasMetadataOtherThanDebugLoc (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp68 static bool hasMetadataOtherThanDebugLoc(const GlobalVariable *GV) { in hasMetadataOtherThanDebugLoc() function
106 if (hasMetadataOtherThanDebugLoc(Old)) in makeMergeable()
108 assert(!hasMetadataOtherThanDebugLoc(New)); in makeMergeable()
174 if (hasMetadataOtherThanDebugLoc(&GV)) in mergeConstants()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h332 bool hasMetadataOtherThanDebugLoc() const { return Value::hasMetadata(); }
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp574 if (I.hasMetadataOtherThanDebugLoc()) { in stripDebugInfo()
893 if (I.hasMetadataOtherThanDebugLoc()) in stripNonLineTableDebugInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1743 if ((I.hasMetadataOtherThanDebugLoc() || isa<CallInst>(I)) && in hoist()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2663 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in writeFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4570 if (!I->hasMetadataOtherThanDebugLoc()) in analyse()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3491 NeedsMetadataAttachment |= I.hasMetadataOtherThanDebugLoc(); in writeFunction()