Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp2497 auto HandleLocsForWedge = [&](auto *WedgePosition) { in removeRedundantDbgLocsUsingBackwardScan() local
2566 HandleLocsForWedge(&I); in removeRedundantDbgLocsUsingBackwardScan()
2568 HandleLocsForWedge(&DPV); in removeRedundantDbgLocsUsingBackwardScan()
2593 auto HandleLocsForWedge = [&](auto *WedgePosition) { in removeRedundantDbgLocsUsingForwardScan() local
2633 HandleLocsForWedge(&DPV); in removeRedundantDbgLocsUsingForwardScan()
2634 HandleLocsForWedge(&I); in removeRedundantDbgLocsUsingForwardScan()
2681 auto HandleLocsForWedge = [&](auto *WedgePosition) { in removeUndefDbgLocsFromEntryBlock() local
2719 HandleLocsForWedge(&DPV); in removeUndefDbgLocsFromEntryBlock()
2720 HandleLocsForWedge(&I); in removeUndefDbgLocsFromEntryBlock()