Searched refs:hasMetadataOtherThanDebugLoc (Results 1 – 8 of 8) sorted by relevance
69 static bool hasMetadataOtherThanDebugLoc(const GlobalVariable *GV) { in hasMetadataOtherThanDebugLoc() function107 if (hasMetadataOtherThanDebugLoc(Old)) in makeMergeable()109 assert(!hasMetadataOtherThanDebugLoc(New)); in makeMergeable()175 if (hasMetadataOtherThanDebugLoc(&GV)) in mergeConstants()
414 bool hasMetadataOtherThanDebugLoc() const { return Value::hasMetadata(); }
177 bool hasMetadataOtherThanDebugLoc() const { in hasMetadataOtherThanDebugLoc() function178 return cast<llvm::Instruction>(Val)->hasMetadataOtherThanDebugLoc(); in hasMetadataOtherThanDebugLoc()
601 if (I.hasMetadataOtherThanDebugLoc()) { in stripDebugInfo()924 if (I.hasMetadataOtherThanDebugLoc()) in stripNonLineTableDebugInfo()
1687 if ((I.hasMetadataOtherThanDebugLoc() || isa<CallInst>(I)) && in hoist()
2688 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in writeFunction()
5658 if (!I->hasMetadataOtherThanDebugLoc()) in analyse()
3742 NeedsMetadataAttachment |= I.hasMetadataOtherThanDebugLoc(); in writeFunction()