Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h137 static DPValue *createLinkedDPVAssign(Instruction *LinkedInstr, Value *Val,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp99 DPValue *DPValue::createLinkedDPVAssign(Instruction *LinkedInstr, Value *Val, in createLinkedDPVAssign() function in llvm::DPValue
H A DDebugInfo.cpp2110 auto *Assign = DPValue::createLinkedDPVAssign( in emitDbgAssign()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp334 return DPValue::createLinkedDPVAssign(LinkedInstr, NewValue, Variable, in createLinkedAssign()
4959 auto *NewAssign = DPValue::createLinkedDPVAssign( in insertNewDbgInst()