Searched defs:isIdenticalToWhenDefined (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | DebugProgramInstruction.h | 484 bool isIdenticalToWhenDefined(const DbgVariableRecord &Other) const { isIdenticalToWhenDefined() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | DebugProgramInstruction.cpp | 116 bool DbgRecord::isIdenticalToWhenDefined(const DbgRecord &R) const { in isIdenticalToWhenDefined() function in llvm::DbgRecord |
H A D | Instruction.cpp | 860 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const { isIdenticalToWhenDefined() function in Instruction |