Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp414 bool IsList, const DIExpression &Expr) { in addDef() argument
418 DbgVariableValue DbgValue(Locs, IsIndirect, IsList, Expr); in addDef()
853 bool IsList = MI.isDebugValueList(); in handleDebugValue() local
861 IsIndirect, IsList, *Expr); in handleDebugValue()
869 UV->addDef(Idx, UndefMOs, false, IsList, *Expr); in handleDebugValue()
1696 bool IsList = DbgValue.getWasList(); in insertDebugValue() local
1699 if (!IsList) { in insertDebugValue()
1718 IsList ? TargetOpcode::DBG_VALUE_LIST : TargetOpcode::DBG_VALUE; in insertDebugValue()