Searched refs:SourceAddr (Results 1 – 2 of 2) sorted by relevance
658 static InstLoad *create(Cfg *Func, Variable *Dest, Operand *SourceAddr,662 return new (Func->allocate<InstLoad>()) InstLoad(Func, Dest, SourceAddr);669 InstLoad(Cfg *Func, Variable *Dest, Operand *SourceAddr);
384 InstLoad::InstLoad(Cfg *Func, Variable *Dest, Operand *SourceAddr) in InstLoad() argument386 addSource(SourceAddr); in InstLoad()