Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h648 void addPhi(Phi PA, const DataFlowGraph &G);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp539 void BlockNode::addPhi(Phi PA, const DataFlowGraph &G) { in addPhi() function in llvm::rdf::BlockNode
833 Owner.Addr->addPhi(PA, *this); in newPhi()