Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp70 static bool hasMetadataOtherThanDebugLoc(const GlobalVariable *GV) { in hasMetadataOtherThanDebugLoc() function
98 if (hasMetadataOtherThanDebugLoc(Old)) in makeMergeable()
100 assert(!hasMetadataOtherThanDebugLoc(New)); in makeMergeable()
173 if (hasMetadataOtherThanDebugLoc(GV)) in mergeConstants()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstruction.h215 bool hasMetadataOtherThanDebugLoc() const {
246 if (hasMetadataOtherThanDebugLoc())
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1543 if (I.hasMetadataOtherThanDebugLoc() && in hoist()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3116 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in writeFunction()