Home
last modified time | relevance | path

Searched defs:isIdenticalToWhenDefined (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h484 bool isIdenticalToWhenDefined(const DbgVariableRecord &Other) const { isIdenticalToWhenDefined() function
/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp116 bool DbgRecord::isIdenticalToWhenDefined(const DbgRecord &R) const { in isIdenticalToWhenDefined() function in llvm::DbgRecord
H A DInstruction.cpp860 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const { isIdenticalToWhenDefined() function in Instruction