Lines Matching defs:VisitValueCB
5077 auto VisitValueCB = [&](const Value &V) -> bool {
5131 if (!VisitValueCB(*VAC.getValue()))
5370 auto VisitValueCB = [&](Value &V) -> bool {
5404 if (!VisitValueCB(*VAC.getValue()))
9495 auto VisitValueCB = [&](Value &V, const Instruction *CtxI) -> bool {
9557 if (!VisitValueCB(getAssociatedValue(), getCtxI()))
10287 auto VisitValueCB = [&](const IRPosition &IRP) -> bool {
10310 if (AVIRP == getIRPosition() || !VisitValueCB(AVIRP))
10316 if (!VisitValueCB(IRPosition::value(*VAC.getValue())))
10436 auto VisitValueCB = [&](Value &V, const Instruction *CtxI) -> bool {
10450 if (!VisitValueCB(*VAC.getValue(), VAC.getCtxI()))