Searched refs:SourceAddr (Results 1 – 2 of 2) sorted by relevance
643 static InstLoad *create(Cfg *Func, Variable *Dest, Operand *SourceAddr,647 return new (Func->allocate<InstLoad>()) InstLoad(Func, Dest, SourceAddr);655 InstLoad(Cfg *Func, Variable *Dest, Operand *SourceAddr);
392 InstLoad::InstLoad(Cfg *Func, Variable *Dest, Operand *SourceAddr) in InstLoad() argument394 addSource(SourceAddr); in InstLoad()