Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDroppedVariableStats.cpp71 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 DDroppedVariableStatsIR.cpp107 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 DDroppedVariableStatsMIR.cpp58 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 DDroppedVariableStats.h86 const DIScope *DbgValScope,
125 const DIScope *DbgValScope);