/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | ValueMapper.h | 25 class DPValue; global() variable
|
H A D | SSAUpdater.h | 26 class DPValue; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 16 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 D | DebugInfo.h | 37 class DPValue; global() variable
|
H A D | DebugProgramInstruction.h | 66 class DPValue; global() variable
|
H A D | BasicBlock.h | 41 class DPValue; global() variable
|
H A D | Metadata.h | 46 class DPValue; global() variable
|
H A D | DebugInfoMetadata.h | 68 class DPValue; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PromoteMemoryToRegister.cpp | 147 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 D | SelectOptimize.cpp | 645 for (auto &DPValue : llvm::make_early_inc_range(I.getDbgValueRange())) { convertProfitableSIGroups() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 327 createLinkedAssign(DPValue *,DIBuilder & DIB,Instruction * LinkedInstr,Value * NewValue,DILocalVariable * Variable,DIExpression * Expression,Value * Address,DIExpression * AddressExpression,const DILocation * DI) createLinkedAssign() argument
|