Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp69 static bool hasMetadataOtherThanDebugLoc(const GlobalVariable *GV) { in hasMetadataOtherThanDebugLoc() function
107 if (hasMetadataOtherThanDebugLoc(Old)) in makeMergeable()
109 assert(!hasMetadataOtherThanDebugLoc(New)); in makeMergeable()
175 if (hasMetadataOtherThanDebugLoc(&GV)) in mergeConstants()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h414 bool hasMetadataOtherThanDebugLoc() const { return Value::hasMetadata(); }
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h177 bool hasMetadataOtherThanDebugLoc() const { in hasMetadataOtherThanDebugLoc() function
178 return cast<llvm::Instruction>(Val)->hasMetadataOtherThanDebugLoc(); in hasMetadataOtherThanDebugLoc()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp601 if (I.hasMetadataOtherThanDebugLoc()) { in stripDebugInfo()
924 if (I.hasMetadataOtherThanDebugLoc()) in stripNonLineTableDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1687 if ((I.hasMetadataOtherThanDebugLoc() || isa<CallInst>(I)) && in hoist()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2688 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in writeFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5658 if (!I->hasMetadataOtherThanDebugLoc()) in analyse()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3742 NeedsMetadataAttachment |= I.hasMetadataOtherThanDebugLoc(); in writeFunction()