Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp2088 auto DbgInstruction = dyn_cast<DbgValueInst>(NewInst); in cloneInstructions() local
2089 if (!DbgInstruction) in cloneInstructions()
2093 for (auto DbgOperand : DbgInstruction->location_ops()) { in cloneInstructions()
2106 DbgInstruction->replaceVariableLocationOp(OldOp, MappedOp); in cloneInstructions()