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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp839 NodeAddr<PhiNode*> DataFlowGraph::newPhi(NodeAddr<BlockNode*> Owner) { function in class:DataFlowGraph
910 NodeAddr<PhiNode*> PA = newPhi(EA);
935 NodeAddr<PhiNode*> PA = newPhi(BA);
1488 NodeAddr<PhiNode*> PA = newPhi(BA);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h833 NodeAddr<PhiNode*> newPhi(NodeAddr<BlockNode*> Owner);

Completed in 65 milliseconds