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

/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstruction.h131 /// hasMetadataOtherThanDebugLoc - Return true if this instruction has
133 bool hasMetadataOtherThanDebugLoc() const { function in class:llvm::Instruction
163 if (hasMetadataOtherThanDebugLoc())
/external/llvm/include/llvm/IR/
H A DInstruction.h155 bool hasMetadataOtherThanDebugLoc() const { function in class:llvm::Instruction
186 if (hasMetadataOtherThanDebugLoc())
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DInstruction.h169 bool hasMetadataOtherThanDebugLoc() const { function in class:llvm::Instruction
200 if (hasMetadataOtherThanDebugLoc())
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp729 if (I.hasMetadataOtherThanDebugLoc() &&
730 // The check on hasMetadataOtherThanDebugLoc is to prevent us from burning
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1382 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc();
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2911 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc();

Completed in 216 milliseconds