Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
176 if (hasMetadataOtherThanDebugLoc(&GV)) in mergeConstants()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DInstruction.h261 bool hasMetadataOtherThanDebugLoc() const { return Value::hasMetadata(); }
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp482 if (I.hasMetadataOtherThanDebugLoc()) { in stripDebugInfo()
801 if (I.hasMetadataOtherThanDebugLoc()) in stripNonLineTableDebugInfo()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1727 if ((I.hasMetadataOtherThanDebugLoc() || isa<CallInst>(I)) && in hoist()
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2664 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in writeFunction()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4414 if (!I->hasMetadataOtherThanDebugLoc()) in analyse()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3442 NeedsMetadataAttachment |= I.hasMetadataOtherThanDebugLoc(); in writeFunction()