Searched refs:PhiM (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | RDFGraph.cpp | 951 BlockRefsMap PhiM; in build() local 953 recordDefsForDF(PhiM, BA); in build() 955 buildPhis(PhiM, AllRefs, BA); in build() 1380 void DataFlowGraph::recordDefsForDF(BlockRefsMap &PhiM, in recordDefsForDF() argument 1414 PhiM[DBA.Id].insert(Defs.begin(), Defs.end()); in recordDefsForDF() 1420 void DataFlowGraph::buildPhis(BlockRefsMap &PhiM, RegisterSet &AllRefs, in buildPhis() argument 1424 auto HasDF = PhiM.find(BA.Id); in buildPhis() 1425 if (HasDF == PhiM.end() || HasDF->second.empty()) in buildPhis()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | RDFGraph.h | 844 void recordDefsForDF(BlockRefsMap &PhiM, NodeAddr<BlockNode*> BA); 845 void buildPhis(BlockRefsMap &PhiM, RegisterSet &AllRefs,
|