Searched refs:newPhiUse (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 809 PhiUse DataFlowGraph::newPhiUse(Phi Owner, RegisterRef RR, Block PredB, in newPhiUse() function in llvm::rdf::DataFlowGraph 961 PhiUse PUA = newPhiUse(PA, RR, PBA); in build() 1447 PA.Addr->addMember(newPhiUse(PA, RR, PBA), *this); in buildPhis()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 853 PhiUse newPhiUse(Phi Owner, RegisterRef RR, Block PredB,
|