Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DIntrinsicInst.cpp74 DbgVariableIntrinsic::location_ops() const { in location_ops() function in DbgVariableIntrinsic
116 auto Locations = location_ops(); in replaceVariableLocationOp()
161 for (auto *VMD : location_ops()) in addVariableLocationOps()
H A DUser.cpp37 if (is_contained(DVI->location_ops(), From)) { in replaceUsesOfWith()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h206 iterator_range<location_op_iterator> location_ops() const;
244 for (Value *OldValue : location_ops()) { in setUndef()
255 any_of(location_ops(), [](Value *V) { return isa<UndefValue>(V); }); in isUndef()
360 return location_ops(); in getValues()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp139 for (Value *V : DVI->location_ops()) { in visit()
H A DLoopRotationUtils.cpp392 auto VarLocOps = D->location_ops(); in rotateLoop()
H A DLocal.cpp1636 for (Value *V : DbgII->location_ops()) in insertDebugValuesForPHIs()
1673 if (is_contained(NewDbgII->location_ops(), VI)) in insertDebugValuesForPHIs()
1760 auto DIILocation = DII->location_ops(); in salvageDebugInfoForDbgValues()
H A DCodeExtractor.cpp1586 if (any_of(DVI->location_ops(), IsInvalidLocation)) { in fixupDebugInfoPostExtraction()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp269 return all_of(DVI->location_ops(), [&NotHoisted](Value *V) { in considerHoistingFromTo()
H A DADCE.cpp524 for (Value *V : DII->location_ops()) { in removeDeadInstructions()
H A DLoopStrengthReduce.cpp6507 for (const auto LocOp : DVI->location_ops()) { in DbgGatherSalvagableDVI()
6530 for (const auto LocOp : DVI->location_ops()) { in DbgGatherSalvagableDVI()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8115 SmallDenseSet<Value *> LocationOps(DVI.location_ops().begin(), in fixupDbgValue()
8116 DVI.location_ops().end()); in fixupDbgValue()