Home
last modified time | relevance | path

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

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