Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp70 static bool hasMetadataOtherThanDebugLoc(const GlobalVariable *GV) { in hasMetadataOtherThanDebugLoc() function
108 if (hasMetadataOtherThanDebugLoc(Old)) in makeMergeable()
110 assert(!hasMetadataOtherThanDebugLoc(New)); in makeMergeable()
179 if (hasMetadataOtherThanDebugLoc(GV)) in mergeConstants()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.h263 bool hasMetadataOtherThanDebugLoc() const { return Value::hasMetadata(); }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp435 if (I.hasMetadataOtherThanDebugLoc()) in stripDebugInfo()
748 if (I.hasMetadataOtherThanDebugLoc()) in stripNonLineTableDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1785 if (I.hasMetadataOtherThanDebugLoc() && in hoist()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3788 if (!I->hasMetadataOtherThanDebugLoc()) in analyse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3341 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in writeFunction()