Searched defs:VisitValueCB (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 268 const function_ref<bool(Value &, StateTy &, bool)> &VisitValueCB, in genericValueTraversal() 1192 auto VisitValueCB = [](Value &Val, RVState &RVS, bool) -> bool { in updateImpl() local 1867 auto VisitValueCB = [&](Value &V, AANonNull::StateType &T, in updateImpl() local 3268 auto VisitValueCB = [&](Value &V, DerefState &T, bool Stripped) -> bool { in updateImpl() local 3535 auto VisitValueCB = [&](Value &V, AAAlign::StateType &T, in updateImpl() local 4328 auto VisitValueCB = [&](Value &V, BooleanState, bool Stripped) -> bool { in updateImpl() local 5468 auto VisitValueCB = [&](Value &V, IntegerRangeState &T, in updateImpl() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 2780 auto VisitValueCB = [&](Value &V, const Instruction *CtxI) -> bool { in updateImpl() local 4964 auto VisitValueCB = [&](const Value &V) -> bool { in updateImpl() local 5257 auto VisitValueCB = [&](Value &V) -> bool { in updateImpl() local 9288 auto VisitValueCB = [&](Value &V, const Instruction *CtxI) -> bool { in updateImpl() local 10078 auto VisitValueCB = [&](Value &V, const Instruction *CtxI) -> bool { in updateImpl() local
|