Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp99 enum class MatchState : uint8_t { enum
127 (1U << static_cast<uint8_t>(MatchState::FlowFromReadOnly)) |
128 (1U << static_cast<uint8_t>(MatchState::FlowFromMemAliasReadOnly));
130 (1U << static_cast<uint8_t>(MatchState::FlowToWriteOnly)) |
131 (1U << static_cast<uint8_t>(MatchState::FlowToMemAliasWriteOnly));
170 bool insert(InstantiatedValue From, InstantiatedValue To, MatchState State) { in insert()
257 MatchState State;
594 MatchState State, ReachabilitySet &ReachSet, in propagate()
616 propagate(Edge.Other, Src, MatchState::FlowFromReadOnly, ReachSet, in initializeWorkList()
618 propagate(Src, Edge.Other, MatchState::FlowToWriteOnly, ReachSet, in initializeWorkList()
[all …]
/external/lua/src/
Dlstrlib.c214 typedef struct MatchState { struct
225 } MatchState; argument
229 static const char *match (MatchState *ms, const char *s, const char *p);
242 static int check_capture (MatchState *ms, int l) { in check_capture()
250 static int capture_to_close (MatchState *ms) { in capture_to_close()
258 static const char *classend (MatchState *ms, const char *p) { in classend()
325 static int singlematch (MatchState *ms, const char *s, const char *p, in singlematch()
341 static const char *matchbalance (MatchState *ms, const char *s, in matchbalance()
361 static const char *max_expand (MatchState *ms, const char *s, in max_expand()
376 static const char *min_expand (MatchState *ms, const char *s, in min_expand()
[all …]