Searched refs:addPhi (Results 1 – 4 of 4) sorted by relevance
41 block.addPhi(this); in Phi()
439 public void addPhi(Phi phi) { in addPhi() method in BasicBlock
584 void addPhi(NodeAddr<PhiNode*> PA, const DataFlowGraph &G);
516 void BlockNode::addPhi(NodeAddr<PhiNode*> PA, const DataFlowGraph &G) { in addPhi() function in BlockNode903 Owner.Addr->addPhi(PA, *this); in newPhi()