Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h149 static DPValue *createDPVDeclare(Value *Address, DILocalVariable *DV,
151 static DPValue *createDPVDeclare(Value *Address, DILocalVariable *DV,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp76 DPValue *DPValue::createDPVDeclare(Value *Address, DILocalVariable *DV, in createDPVDeclare() function in llvm::DPValue
82 DPValue *DPValue::createDPVDeclare(Value *Address, DILocalVariable *DV, in createDPVDeclare() function in llvm::DPValue
85 auto *NewDPVDeclare = createDPVDeclare(Address, DV, Expr, DI); in createDPVDeclare()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4949 DPValue *DPV = DPValue::createDPVDeclare( in insertNewDbgInst()