Home
last modified time | relevance | path

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

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