Lines Matching refs:get
318 defs.erase(def->get());
426 pb = BasicBlock::get(ei.getNode());
443 pb = BasicBlock::get(ei.getNode());
472 pb = BasicBlock::get(ei.getNode());
500 BasicBlock *pb = BasicBlock::get(ei.getNode());
577 if (BasicBlock::get(func->cfgExit) == bb) {
602 bn = BasicBlock::get(ei.getNode());
625 if (bb == BasicBlock::get(f->cfgExit)) {
628 assert(it->get()->asLValue());
629 bb->liveSet.set(it->get()->id);
666 bbB = BasicBlock::get(ei.getNode());
685 BasicBlock *out = BasicBlock::get(ei.getNode());
724 if (bb == BasicBlock::get(func->cfg.getRoot())) {
727 if (it->get()->reg.data.id >= 0) // add hazard for fixed regs
728 it->get()->livei.extend(0, 1);
773 static inline RIG_Node *get(const Graph::EdgeIterator& ei)
886 INFO(" %%%i", RIG_Node::get(ei)->getValue()->id);
888 INFO(" %%%i", RIG_Node::get(ei)->getValue()->id);
966 LValue *ldst = d->get()->asLValue();
1006 Value *reg = reinterpret_cast<Value *>(it.get())->asLValue();
1030 def->get()->join = rep;
1135 Instruction *insn = reinterpret_cast<Instruction *>(insns.get(n));
1274 insertOrderedTail(values, getNode(it->get()->asLValue()));
1277 Instruction *insn = reinterpret_cast<Instruction *>(insns.get(i));
1322 rc += def->get()->refCount();
1365 simplifyEdge(node, RIG_Node::get(ei));
1368 simplifyEdge(node, RIG_Node::get(ei));
1419 const RIG_Node *intf = RIG_Node::get(ei);
1432 const LValue *vD = D->get()->asLValue();
1433 const LValue *vd = d->get()->asLValue();
1540 LValue *lval = reinterpret_cast<LValue *>(func->allLValues.get(i));
1618 LValue *lval = reinterpret_cast<LValue *>(it.get());
1838 LValue *dval = (*d)->get()->asLValue();
1897 func = Function::get(reinterpret_cast<Graph::Node *>(it->get()));
1926 BasicBlock::get(func->cfg.getRoot())->insertHead(nop);
1953 ret = buildLiveSets(BasicBlock::get(func->cfg.getRoot()));
1957 BasicBlock::get(bi)->liveSet.marker = false;
2124 hzd->setSrc(0, src->get());