Searched refs:DbgValScope (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DroppedVariableStats.cpp | 71 DILocation *DbgLoc, const DIScope *Scope, const DIScope *DbgValScope, in updateDroppedCount() argument 77 if (isScopeChildOfOrEqualTo(Scope, DbgValScope)) in updateDroppedCount() 118 const DIScope *DbgValScope) { in isScopeChildOfOrEqualTo() argument 121 if (Scope == DbgValScope) { in isScopeChildOfOrEqualTo()
|
| H A D | DroppedVariableStatsIR.cpp | 107 const DIScope *DbgValScope = std::get<0>(Var); in visitEveryInstruction() local 112 if (updateDroppedCount(DbgLoc, DbgLoc->getScope(), DbgValScope, in visitEveryInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | DroppedVariableStatsMIR.cpp | 58 const DIScope *DbgValScope = std::get<0>(Var); in visitEveryInstruction() local 67 if (updateDroppedCount(DbgLoc, Scope, DbgValScope, InlinedAtsMap, Var, in visitEveryInstruction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DroppedVariableStats.h | 86 const DIScope *DbgValScope, 125 const DIScope *DbgValScope);
|