Searched refs:PtrVarState (Results 1 – 1 of 1) sorted by relevance
93 PtrVarState[] varPool; /// memory pool113 PtrVarState[] gen; /// new states generated for this node114 PtrVarState[] input; /// variable states on entry to exp115 PtrVarState[] output; /// variable states on exit to exp213 struct PtrVarState struct218 void opAssign(const ref PtrVarState pvs) in opAssign() argument230 void combine(ref PtrVarState pvs, size_t vi, PtrVarState[] gen) in combine() argument276 bool opEquals(const ref PtrVarState pvs) const in opEquals() argument1193 void allocDeps(PtrVarState[] pvss) in allocDeps()1210 …PtrVarState* p = cast(PtrVarState*) mem.xcalloc(obstate.nodes.length * 3 * vlen, PtrVarState.sizeo… in allocStates()[all …]