Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/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()
179 if (hasMetadataOtherThanDebugLoc(GV)) in mergeConstants()
/external/llvm-project/llvm/lib/Transforms/IPO/
DConstantMerge.cpp70 static bool hasMetadataOtherThanDebugLoc(const GlobalVariable *GV) { in hasMetadataOtherThanDebugLoc() function
106 if (hasMetadataOtherThanDebugLoc(Old)) in makeMergeable()
108 assert(!hasMetadataOtherThanDebugLoc(New)); in makeMergeable()
177 if (hasMetadataOtherThanDebugLoc(GV)) in mergeConstants()
/external/llvm/include/llvm/IR/
DInstruction.h155 bool hasMetadataOtherThanDebugLoc() const {
186 if (hasMetadataOtherThanDebugLoc())
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h169 bool hasMetadataOtherThanDebugLoc() const { in hasMetadataOtherThanDebugLoc() function
200 if (hasMetadataOtherThanDebugLoc()) in getAllMetadataOtherThanDebugLoc()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h228 bool hasMetadataOtherThanDebugLoc() const {
269 if (hasMetadataOtherThanDebugLoc())
/external/llvm-project/llvm/include/llvm/IR/
DInstruction.h263 bool hasMetadataOtherThanDebugLoc() const { return Value::hasMetadata(); }
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp729 if (I.hasMetadataOtherThanDebugLoc() && in hoist()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp1690 if (I.hasMetadataOtherThanDebugLoc() && in hoist()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLICM.cpp1752 if (I.hasMetadataOtherThanDebugLoc() && in hoist()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2911 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in writeFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3214 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in writeFunction()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3292 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in writeFunction()