Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp2094 auto DbgOperandInstruction = dyn_cast<Instruction>(DbgOperand); in cloneInstructions() local
2095 if (!DbgOperandInstruction) in cloneInstructions()
2098 auto I = ValueMapping.find(DbgOperandInstruction); in cloneInstructions()