Searched refs:IsList (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 418 bool IsList, const DIExpression &Expr) { in addDef() argument 422 DbgVariableValue DbgValue(Locs, IsIndirect, IsList, Expr); in addDef() 860 bool IsList = MI.isDebugValueList(); in handleDebugValue() local 868 IsIndirect, IsList, *Expr); in handleDebugValue() 876 UV->addDef(Idx, UndefMOs, false, IsList, *Expr); in handleDebugValue() 1712 bool IsList = DbgValue.getWasList(); in insertDebugValue() local 1715 if (!IsList) { in insertDebugValue() 1734 IsList ? TargetOpcode::DBG_VALUE_LIST : TargetOpcode::DBG_VALUE; in insertDebugValue()
|