Home
last modified time | relevance | path

Searched defs:DPValue (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h25 class DPValue; global() variable
H A DSSAUpdater.h26 class DPValue; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp16 DPValue::DPValue(const DbgVariableIntrinsic *DVI) DPValue() function in llvm::DPValue
42 DPValue::DPValue(const DPValue &DPV) DPValue() function in llvm::DPValue
47 DPValue::DPValue(Metadata *Location, DILocalVariable *DV, DIExpression *Expr, DPValue() function in llvm::DPValue
52 DPValue::DPValue(Metadata *Value, DILocalVariable *Variable, DPValue() function in llvm::DPValue
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h37 class DPValue; global() variable
H A DDebugProgramInstruction.h66 class DPValue; global() variable
H A DBasicBlock.h41 class DPValue; global() variable
H A DMetadata.h46 class DPValue; global() variable
H A DDebugInfoMetadata.h68 class DPValue; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp147 updateForDeletedStore(StoreInst * ToDelete,DIBuilder & DIB,SmallSet<DbgAssignIntrinsic *,8> * DbgAssignsToDelete,SmallSet<DPValue *,8> * DPVAssignsToDelete) const updateForDeletedStore() argument
512 rewriteSingleStoreAlloca(AllocaInst * AI,AllocaInfo & Info,LargeBlockInfo & LBI,const DataLayout & DL,DominatorTree & DT,AssumptionCache * AC,SmallSet<DbgAssignIntrinsic *,8> * DbgAssignsToDelete,SmallSet<DPValue *,8> * DPVAssignsToDelete) rewriteSingleStoreAlloca() argument
622 promoteSingleBlockAlloca(AllocaInst * AI,const AllocaInfo & Info,LargeBlockInfo & LBI,const DataLayout & DL,DominatorTree & DT,AssumptionCache * AC,SmallSet<DbgAssignIntrinsic *,8> * DbgAssignsToDelete,SmallSet<DPValue *,8> * DPVAssignsToDelete) promoteSingleBlockAlloca() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp645 for (auto &DPValue : llvm::make_early_inc_range(I.getDbgValueRange())) { convertProfitableSIGroups() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp327 createLinkedAssign(DPValue *,DIBuilder & DIB,Instruction * LinkedInstr,Value * NewValue,DILocalVariable * Variable,DIExpression * Expression,Value * Address,DIExpression * AddressExpression,const DILocation * DI) createLinkedAssign() argument