Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h869 void buildPhis(BlockRefsMap &PhiM, Block BA);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp974 buildPhis(PhiM, BA); in build()
1425 void DataFlowGraph::buildPhis(BlockRefsMap &PhiM, Block BA) { in buildPhis() function in llvm::rdf::DataFlowGraph