Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp415 bool IsList, const DIExpression &Expr) { in addDef() argument
419 DbgVariableValue DbgValue(Locs, IsIndirect, IsList, Expr); in addDef()
855 bool IsList = MI.isDebugValueList(); in handleDebugValue() local
863 IsIndirect, IsList, *Expr); in handleDebugValue()
871 UV->addDef(Idx, UndefMOs, false, IsList, *Expr); in handleDebugValue()
1700 bool IsList = DbgValue.getWasList(); in insertDebugValue() local
1703 if (!IsList) { in insertDebugValue()
1722 IsList ? TargetOpcode::DBG_VALUE_LIST : TargetOpcode::DBG_VALUE; in insertDebugValue()