Searched refs:buildPhis (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 770 void buildPhis(BlockRefsMap &PhiM, BlockRefsMap &RefM,
|
D | RDFGraph.cpp | 968 buildPhis(PhiM, RefM, BA); in build() 1345 void DataFlowGraph::buildPhis(BlockRefsMap &PhiM, BlockRefsMap &RefM, in buildPhis() function in DataFlowGraph
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 850 void buildPhis(BlockRefsMap &PhiM, RegisterSet &AllRefs,
|
D | RDFGraph.cpp | 972 buildPhis(PhiM, AllRefs, BA); in build() 1442 void DataFlowGraph::buildPhis(BlockRefsMap &PhiM, RegisterSet &AllRefs, in buildPhis() function in DataFlowGraph
|