Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp970 BlockRefsMap PhiM(getPRI()); in build() local
972 recordDefsForDF(PhiM, BA); in build()
974 buildPhis(PhiM, BA); in build()
1382 void DataFlowGraph::recordDefsForDF(BlockRefsMap &PhiM, Block BA) { in recordDefsForDF() argument
1419 PhiM[DBA.Id].insert(Defs); in recordDefsForDF()
1425 void DataFlowGraph::buildPhis(BlockRefsMap &PhiM, Block BA) { in buildPhis() argument
1428 auto HasDF = PhiM.find(BA.Id); in buildPhis()
1429 if (HasDF == PhiM.end() || HasDF->second.empty()) in buildPhis()
1438 const RegisterAggr &Defs = PhiM[BA.Id]; in buildPhis()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h868 void recordDefsForDF(BlockRefsMap &PhiM, Block BA);
869 void buildPhis(BlockRefsMap &PhiM, Block BA);