Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp517 bool IsDbgValueKind = in DbgVariableRecordsRemoveRedundantDbgInstrsUsingForwardScan() local
525 if (IsDbgValueKind) in DbgVariableRecordsRemoveRedundantDbgInstrsUsingForwardScan()
532 if (!IsDbgValueKind) in DbgVariableRecordsRemoveRedundantDbgInstrsUsingForwardScan()
562 bool IsDbgValueKind = in DbgVariableRecordsRemoveUndefDbgAssignsFromEntryBlock() local
566 bool IsKill = DVR.isKillLocation() && IsDbgValueKind; in DbgVariableRecordsRemoveUndefDbgAssignsFromEntryBlock()
597 bool IsDbgValueKind = (!DAI || at::getAssignmentInsts(DAI).empty()); in removeRedundantDbgInstrsUsingForwardScan() local
607 if (IsDbgValueKind) in removeRedundantDbgInstrsUsingForwardScan()
615 if (!IsDbgValueKind) in removeRedundantDbgInstrsUsingForwardScan()
666 bool IsDbgValueKind = (!DAI || at::getAssignmentInsts(DAI).empty()); in removeUndefDbgAssignsFromEntryBlock() local
669 bool IsKill = DVI->isKillLocation() && IsDbgValueKind; in removeUndefDbgAssignsFromEntryBlock()