Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstruction.h250 bool hasMetadataOtherThanDebugLoc() const { return Value::hasMetadata(); }
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp467 if (I.hasMetadataOtherThanDebugLoc()) in stripDebugInfo()
782 if (I.hasMetadataOtherThanDebugLoc()) in stripNonLineTableDebugInfo()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1714 if ((I.hasMetadataOtherThanDebugLoc() || isa<CallInst>(I)) && in hoist()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2701 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in writeFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4356 if (!I->hasMetadataOtherThanDebugLoc()) in analyse()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3394 NeedsMetadataAttachment |= I.hasMetadataOtherThanDebugLoc(); in writeFunction()