Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp101 enum class MatchState : uint8_t { enum
129 (1U << static_cast<uint8_t>(MatchState::FlowFromReadOnly)) |
130 (1U << static_cast<uint8_t>(MatchState::FlowFromMemAliasReadOnly));
132 (1U << static_cast<uint8_t>(MatchState::FlowToWriteOnly)) |
133 (1U << static_cast<uint8_t>(MatchState::FlowToMemAliasWriteOnly));
172 bool insert(InstantiatedValue From, InstantiatedValue To, MatchState State) { in insert()
259 MatchState State;
597 MatchState State, ReachabilitySet &ReachSet, in propagate()
619 propagate(Edge.Other, Src, MatchState::FlowFromReadOnly, ReachSet, in initializeWorkList()
621 propagate(Src, Edge.Other, MatchState::FlowToWriteOnly, ReachSet, in initializeWorkList()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp101 enum class MatchState : uint8_t { enum
129 (1U << static_cast<uint8_t>(MatchState::FlowFromReadOnly)) |
130 (1U << static_cast<uint8_t>(MatchState::FlowFromMemAliasReadOnly));
132 (1U << static_cast<uint8_t>(MatchState::FlowToWriteOnly)) |
133 (1U << static_cast<uint8_t>(MatchState::FlowToMemAliasWriteOnly));
172 bool insert(InstantiatedValue From, InstantiatedValue To, MatchState State) { in insert()
259 MatchState State;
598 MatchState State, ReachabilitySet &ReachSet, in propagate()
620 propagate(Edge.Other, Src, MatchState::FlowFromReadOnly, ReachSet, in initializeWorkList()
622 propagate(Src, Edge.Other, MatchState::FlowToWriteOnly, ReachSet, in initializeWorkList()
[all …]
/external/lua/src/
Dlstrlib.c356 typedef struct MatchState { struct
367 } MatchState; argument
371 static const char *match (MatchState *ms, const char *s, const char *p);
384 static int check_capture (MatchState *ms, int l) { in check_capture()
392 static int capture_to_close (MatchState *ms) { in capture_to_close()
400 static const char *classend (MatchState *ms, const char *p) { in classend()
467 static int singlematch (MatchState *ms, const char *s, const char *p, in singlematch()
483 static const char *matchbalance (MatchState *ms, const char *s, in matchbalance()
503 static const char *max_expand (MatchState *ms, const char *s, in max_expand()
518 static const char *min_expand (MatchState *ms, const char *s, in min_expand()
[all …]