Searched refs:IsList (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 419 bool IsList, const DIExpression &Expr) { in addDef() argument 423 DbgVariableValue DbgValue(Locs, IsIndirect, IsList, Expr); in addDef() 865 bool IsList = MI.isDebugValueList(); in handleDebugValue() local 873 IsIndirect, IsList, *Expr); in handleDebugValue() 881 UV->addDef(Idx, UndefMOs, false, IsList, *Expr); in handleDebugValue() 1747 bool IsList = DbgValue.getWasList(); in insertDebugValue() local 1750 if (!IsList) { in insertDebugValue() 1769 IsList ? TargetOpcode::DBG_VALUE_LIST : TargetOpcode::DBG_VALUE; in insertDebugValue()
|