Home
last modified time | relevance | path

Searched refs:DbgVar (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDroppedVariableStatsMIR.cpp86 auto *DbgVar = MI.getDebugVariable(); in visitEveryDebugRecord() local
87 if (!DbgVar) in visitEveryDebugRecord()
90 populateVarIDSetAndInlinedMap(DbgVar, DbgLoc, VarIDSet, InlinedAtsMap, in visitEveryDebugRecord()
H A DAssignmentTrackingAnalysis.cpp666 DebugVariable DbgVar = FnVarLocs->getVariable(VarLoc.VariableID); in addDef() local
667 if (skipVariable(DbgVar.getVariable())) in addDef()
672 if (!VarsWithStackSlot->count(getAggregate(DbgVar))) in addDef()
675 DebugAggregate(DbgVar.getVariable(), VarLoc.DL.getInlinedAt())); in addDef()
685 assert(static_cast<bool>(DbgVar.getVariable()->getSizeInBits())); in addDef()
687 EndBit = *DbgVar.getVariable()->getSizeInBits(); in addDef()
702 LLVM_DEBUG(dbgs() << "DEF " << DbgVar.getVariable()->getName() << " [" in addDef()
1919 DebugVariable DbgVar = FnVarLocs->getVariable(Var); in process() local
1920 DebugAggregate Aggr{DbgVar.getVariable(), DbgVar.getInlinedAt()}; in process()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDroppedVariableStats.cpp101 const DILocalVariable *DbgVar, DebugLoc DbgLoc, DenseSet<VarID> &VarIDSet, in populateVarIDSetAndInlinedMap() argument
104 VarID Key{DbgVar->getScope(), DbgLoc->getInlinedAtScope(), DbgVar}; in populateVarIDSetAndInlinedMap()
H A DDroppedVariableStatsIR.cpp125 auto *DbgVar = Dbg->getVariable(); in visitEveryDebugRecord() local
127 populateVarIDSetAndInlinedMap(DbgVar, DbgLoc, VarIDSet, InlinedAtsMap, in visitEveryDebugRecord()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp413 auto HandleDbgVariable = [&](DbgVariableRecord *DbgVar) { in collectDebugInfoMetadata() argument
417 if (DbgVar->getDebugLoc().getInlinedAt()) in collectDebugInfoMetadata()
420 if (DbgVar->isKillLocation()) in collectDebugInfoMetadata()
423 auto *Var = DbgVar->getVariable(); in collectDebugInfoMetadata()
658 auto HandleDbgVariable = [&](DbgVariableRecord *DbgVar) { in checkDebugInfoMetadata() argument
662 if (DbgVar->getDebugLoc().getInlinedAt()) in checkDebugInfoMetadata()
665 if (DbgVar->isKillLocation()) in checkDebugInfoMetadata()
668 auto *Var = DbgVar->getVariable(); in checkDebugInfoMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDroppedVariableStats.h99 const DILocalVariable *DbgVar, DebugLoc DbgLoc, DenseSet<VarID> &VarIDSet,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2522 auto DbgVar = DebugVariable(MI->getDebugVariable(), MI->getDebugExpression(), in createDebugVariableFromMachineInstr() local
2524 return DbgVar; in createDebugVariableFromMachineInstr()
2791 auto DbgVar = createDebugVariableFromMachineInstr(&MI); in RescheduleLoadStoreInstrs() local
2805 auto InstrIt = DbgValueSinkCandidates.find(DbgVar); in RescheduleLoadStoreInstrs()
2820 return Var == DbgVar; in RescheduleLoadStoreInstrs()
2829 DbgValueSinkCandidates[DbgVar] = &MI; in RescheduleLoadStoreInstrs()
2850 auto DbgVar = createDebugVariableFromMachineInstr(DbgInstr); in RescheduleLoadStoreInstrs() local
2854 DbgValueSinkCandidates.erase(DbgVar); in RescheduleLoadStoreInstrs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1071 SmallDenseMap<const DILocalVariable *, DbgVariable *> DbgVar; in sortLocalVars() local
1079 DbgVar.insert({Var->getVariable(), Var}); in sortLocalVars()
1116 if (DbgVariable *Var = DbgVar.lookup(Dep)) in sortLocalVars()