Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/IR/
DUser.cpp37 if (is_contained(DVI->location_ops(), From)) { in replaceUsesOfWith()
DIntrinsicInst.cpp75 DbgVariableIntrinsic::location_ops() const { in location_ops() function in DbgVariableIntrinsic
129 auto Locations = location_ops(); in replaceVariableLocationOp()
180 for (auto *VMD : location_ops()) in addVariableLocationOps()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp269 return all_of(DVI->location_ops(), [&NotHoisted](Value *V) { in considerHoistingFromTo()
DADCE.cpp525 for (Value *V : DII->location_ops()) { in removeDeadInstructions()
DJumpThreading.cpp2093 for (auto DbgOperand : DbgInstruction->location_ops()) { in cloneInstructions()
DLoopStrengthReduce.cpp6541 for (const auto LocOp : DVI->location_ops()) { in DbgGatherSalvagableDVI()
6564 for (const auto LocOp : DVI->location_ops()) { in DbgGatherSalvagableDVI()
DSROA.cpp3216 if (any_of(DAI->location_ops(), in visitMemTransferInst()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DIntrinsicInst.h234 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()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DMemoryTaggingSupport.cpp141 for (Value *V : DVI->location_ops()) { in visit()
DLoopRotationUtils.cpp398 auto VarLocOps = D->location_ops(); in rotateLoop()
DLocal.cpp1700 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()
DCodeExtractor.cpp1590 if (any_of(DVI->location_ops(), IsInvalidLocation)) { in fixupDebugInfoPostExtraction()
DSimplifyCFG.cpp3022 if (any_of(DAI->location_ops(), [&](Value *V) { return V == OrigV; })) in SpeculativelyExecuteBB()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCodeGenPrepare.cpp8265 SmallDenseSet<Value *> LocationOps(DVI.location_ops().begin(), in fixupDbgValue()
8266 DVI.location_ops().end()); in fixupDbgValue()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp303 if (any_of(DAI->location_ops(), [&](Value *V) { return V == FillC; })) in SimplifyAnyMemSet()