Searched refs:addPhi (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h631 void addPhi(NodeAddr<PhiNode*> PA, const DataFlowGraph &G);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp546 void BlockNode::addPhi(NodeAddr<PhiNode*> PA, const DataFlowGraph &G) { function in class:BlockNode
841 Owner.Addr->addPhi(PA, *this);

Completed in 40 milliseconds