Searched refs:getNumVariableLocationOps (Results 1 – 7 of 7) sorted by relevance
137 unsigned DPValue::getNumVariableLocationOps() const { in getNumVariableLocationOps() function in llvm::DPValue200 assert(OpIdx < getNumVariableLocationOps() && "Invalid Operand Index"); in replaceVariableLocationOp()211 for (unsigned Idx = 0; Idx < getNumVariableLocationOps(); ++Idx) in replaceVariableLocationOp()220 assert(NewExpr->hasAllLocationOps(getNumVariableLocationOps() + in addVariableLocationOps()247 return (getNumVariableLocationOps() == 0 && in isKillLocation()
161 assert(OpIdx < getNumVariableLocationOps() && "Invalid Operand Index"); in replaceVariableLocationOp()171 for (unsigned Idx = 0; Idx < getNumVariableLocationOps(); ++Idx) in replaceVariableLocationOp()180 assert(NewExpr->hasAllLocationOps(getNumVariableLocationOps() + in addVariableLocationOps()
259 unsigned getNumVariableLocationOps() const { in getNumVariableLocationOps() function271 if (getNumVariableLocationOps() == 0 && !Expression->isComplex()) in isKillLocation()330 unsigned getNumVariableLocationOps() const { in getNumVariableLocationOps() function331 return getWrappedLocation().getNumVariableLocationOps(); in getNumVariableLocationOps()439 assert(getNumVariableLocationOps() == 1 && in getAddress()
226 unsigned getNumVariableLocationOps() const;
1607 assert(DII->getNumVariableLocationOps() == 1 && in valueCoversEntireFragment()1633 assert(DPV->getNumVariableLocationOps() == 1 && in valueCoversEntireFragment()2281 DII->getNumVariableLocationOps() + AdditionalValues.size() <= in salvageDebugInfoForDbgValues()2343 DPV->getNumVariableLocationOps() + AdditionalValues.size() <= in salvageDebugInfoForDbgValues()
1434 for (size_t LocNo = 0; LocNo < DDI->getNumVariableLocationOps(); ++LocNo) in instrumentStack()
6706 NewRec->RecoveryExprs.resize(DbgVal->getNumVariableLocationOps()); in DbgGatherSalvagableDVI()