Lines Matching refs:get
221 if ((*it)->get() == this)
229 if ((*it)->get() == this) // don't count joined values
235 assert(defs.front()->get() == this);
389 Value *Value::get(Iterator &it)
391 return reinterpret_cast<Value *>(it.get());
399 BasicBlock *BasicBlock::get(Iterator &iter)
401 return reinterpret_cast<BasicBlock *>(iter.get());
404 BasicBlock *BasicBlock::get(Graph::Node *node)
410 Function *Function::get(Graph::Node *node)
419 return reinterpret_cast<LValue *>(allLValues.get(id));