Home
last modified time | relevance | path

Searched refs:isKillLocation (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h266 bool isKillLocation(const DIExpression *Expression) const { in isKillLocation() function
357 bool isKillLocation() const { in isKillLocation() function
358 return getWrappedLocation().isKillLocation(getExpression()); in isKillLocation()
H A DDebugProgramInstruction.h433 bool isKillLocation() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp348 if (DbgVar->isKillLocation()) in collectDebugInfoMetadata()
594 if (DbgVar->isKillLocation()) in checkDebugInfoMetadata()
H A DBasicBlockUtils.cpp566 bool IsKill = DVR.isKillLocation() && IsDbgValueKind; in DbgVariableRecordsRemoveUndefDbgAssignsFromEntryBlock()
669 bool IsKill = DVI->isKillLocation() && IsDbgValueKind; in removeUndefDbgAssignsFromEntryBlock()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp368 bool DbgVariableRecord::isKillLocation() const { in isKillLocation() function in llvm::DbgVariableRecord
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6827 ? !cast<DbgValueInst *>(DVIRec.DbgRef)->isKillLocation() in SalvageDVI()
6828 : !cast<DbgVariableRecord *>(DVIRec.DbgRef)->isKillLocation()) in SalvageDVI()
6979 if (DbgVal->isKillLocation()) in DbgGatherSalvagableDVI()
H A DSROA.cpp4988 return cast<DbgDeclareInst>(DVI)->isKillLocation(); in isKillAddress()
4996 return DVR->isKillLocation(); in isKillAddress()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp2707 if (Loc.Values.isKillLocation(Loc.Expr) && !HasDefinedBits(Aggr, Var)) { in removeUndefDbgLocsFromEntryBlock()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1242 if (It->Values.isKillLocation(It->Expr)) { in visitDbgInfo()
6668 if (DI.isKillLocation()) { in visitIntrinsicCall()