Home
last modified time | relevance | path

Searched refs:DbgAssignAddrReplaced (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp170 bool DbgAssignAddrReplaced = isDbgAssign() && OldValue == getAddress(); in replaceVariableLocationOp() local
171 if (DbgAssignAddrReplaced) in replaceVariableLocationOp()
177 if (AllowEmpty || DbgAssignAddrReplaced) in replaceVariableLocationOp()
H A DIntrinsicInst.cpp132 bool DbgAssignAddrReplaced = ReplaceDbgAssignAddress(); in replaceVariableLocationOp() local
133 (void)DbgAssignAddrReplaced; in replaceVariableLocationOp()
139 assert(DbgAssignAddrReplaced && in replaceVariableLocationOp()