Searched refs:location_ops (Results 1 – 15 of 15) sorted by relevance
37 if (is_contained(DVI->location_ops(), From)) { in replaceUsesOfWith()
75 DbgVariableIntrinsic::location_ops() const { in location_ops() function in DbgVariableIntrinsic129 auto Locations = location_ops(); in replaceVariableLocationOp()180 for (auto *VMD : location_ops()) in addVariableLocationOps()
269 return all_of(DVI->location_ops(), [&NotHoisted](Value *V) { in considerHoistingFromTo()
525 for (Value *V : DII->location_ops()) { in removeDeadInstructions()
2093 for (auto DbgOperand : DbgInstruction->location_ops()) { in cloneInstructions()
6541 for (const auto LocOp : DVI->location_ops()) { in DbgGatherSalvagableDVI()6564 for (const auto LocOp : DVI->location_ops()) { in DbgGatherSalvagableDVI()
3216 if (any_of(DAI->location_ops(), in visitMemTransferInst()
234 iterator_range<location_op_iterator> location_ops() const;274 for (Value *OldValue : location_ops()) { in setKillLocation()285 any_of(location_ops(), [](Value *V) { return isa<UndefValue>(V); }); in isKillLocation()396 return location_ops(); in getValues()
141 for (Value *V : DVI->location_ops()) { in visit()
398 auto VarLocOps = D->location_ops(); in rotateLoop()
1700 for (Value *V : DbgII->location_ops()) in insertDebugValuesForPHIs()1737 if (is_contained(NewDbgII->location_ops(), VI)) in insertDebugValuesForPHIs()1867 auto DIILocation = DII->location_ops(); in salvageDebugInfoForDbgValues()
1590 if (any_of(DVI->location_ops(), IsInvalidLocation)) { in fixupDebugInfoPostExtraction()
3022 if (any_of(DAI->location_ops(), [&](Value *V) { return V == OrigV; })) in SpeculativelyExecuteBB()
8265 SmallDenseSet<Value *> LocationOps(DVI.location_ops().begin(), in fixupDbgValue()8266 DVI.location_ops().end()); in fixupDbgValue()
303 if (any_of(DAI->location_ops(), [&](Value *V) { return V == FillC; })) in SimplifyAnyMemSet()