Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIntrinsicInst.cpp43 DbgVariableIntrinsic::location_ops() const { in location_ops() function in DbgVariableIntrinsic
85 auto Locations = location_ops(); in replaceVariableLocationOp()
130 for (auto *VMD : location_ops()) in addVariableLocationOps()
H A DUser.cpp35 if (is_contained(DVI->location_ops(), From)) in replaceUsesOfWith()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h201 iterator_range<location_op_iterator> location_ops() const;
239 for (Value *OldValue : location_ops()) { in setUndef()
250 any_of(location_ops(), [](Value *V) { return isa<UndefValue>(V); }); in isUndef()
355 return location_ops(); in getValues()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp269 return all_of(DVI->location_ops(), [&NotHoisted](Value *V) { in considerHoistingFromTo()
H A DADCE.cpp525 for (Value *V : DII->location_ops()) { in removeDeadInstructions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1171 auto Locations = DDI->location_ops(); in instrumentStack()
1237 for (Value *V : DVI->location_ops()) in sanitizeFunction()
1318 for (Value *V : DVI->location_ops()) { in sanitizeFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp396 auto VarLocOps = D->location_ops(); in rotateLoop()
H A DLocal.cpp1615 for (Value *V : DbgII->location_ops()) in insertDebugValuesForPHIs()
1652 if (is_contained(NewDbgII->location_ops(), VI)) in insertDebugValuesForPHIs()
1734 auto DIILocation = DII->location_ops(); in salvageDebugInfoForDbgValues()
H A DCodeExtractor.cpp1528 if (any_of(DVI->location_ops(), IsInvalidLocation)) { in fixupDebugInfoPostExtraction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp566 for (Value *V : DVI->location_ops()) in runOnFunction()