Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp341 auto HandleDbgVariable = [&](auto *DbgVar) { in collectDebugInfoMetadata() argument
345 if (DbgVar->getDebugLoc().getInlinedAt()) in collectDebugInfoMetadata()
348 if (DbgVar->isKillLocation()) in collectDebugInfoMetadata()
351 auto *Var = DbgVar->getVariable(); in collectDebugInfoMetadata()
587 auto HandleDbgVariable = [&](auto *DbgVar) { in checkDebugInfoMetadata() argument
591 if (DbgVar->getDebugLoc().getInlinedAt()) in checkDebugInfoMetadata()
594 if (DbgVar->isKillLocation()) in checkDebugInfoMetadata()
597 auto *Var = DbgVar->getVariable(); in checkDebugInfoMetadata()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp668 DebugVariable DbgVar = FnVarLocs->getVariable(VarLoc.VariableID); in addDef() local
669 if (skipVariable(DbgVar.getVariable())) in addDef()
674 if (!VarsWithStackSlot->count(getAggregate(DbgVar))) in addDef()
677 DebugAggregate(DbgVar.getVariable(), VarLoc.DL.getInlinedAt())); in addDef()
687 assert(static_cast<bool>(DbgVar.getVariable()->getSizeInBits())); in addDef()
689 EndBit = *DbgVar.getVariable()->getSizeInBits(); in addDef()
704 LLVM_DEBUG(dbgs() << "DEF " << DbgVar.getVariable()->getName() << " [" in addDef()
1956 DebugVariable DbgVar = FnVarLocs->getVariable(Var); in process() local
1957 DebugAggregate Aggr{DbgVar.getVariable(), DbgVar.getInlinedAt()}; in process()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2527 auto DbgVar = DebugVariable(MI->getDebugVariable(), MI->getDebugExpression(), in createDebugVariableFromMachineInstr() local
2529 return DbgVar; in createDebugVariableFromMachineInstr()
2797 auto DbgVar = createDebugVariableFromMachineInstr(&MI); in RescheduleLoadStoreInstrs() local
2811 auto InstrIt = DbgValueSinkCandidates.find(DbgVar); in RescheduleLoadStoreInstrs()
2826 return Var == DbgVar; in RescheduleLoadStoreInstrs()
2835 DbgValueSinkCandidates[DbgVar] = &MI; in RescheduleLoadStoreInstrs()
2856 auto DbgVar = createDebugVariableFromMachineInstr(DbgInstr); in RescheduleLoadStoreInstrs() local
2857 auto DbgIt = DbgValueSinkCandidates.find(DbgVar); in RescheduleLoadStoreInstrs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1039 SmallDenseMap<const DILocalVariable *, DbgVariable *> DbgVar; in sortLocalVars() local
1047 DbgVar.insert({Var->getVariable(), Var}); in sortLocalVars()
1084 if (DbgVariable *Var = DbgVar.lookup(Dep)) in sortLocalVars()