Searched defs:VisitValueCB (Results 1 – 1 of 1) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| 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
|