Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp963 BlockRefsMap PhiM; in build() local
966 recordDefsForDF(PhiM, RefM, BA); in build()
968 buildPhis(PhiM, RefM, BA); in build()
1293 void DataFlowGraph::recordDefsForDF(BlockRefsMap &PhiM, BlockRefsMap &RefM, in recordDefsForDF() argument
1339 PhiM[DBA.Id].insert(Defs.begin(), Defs.end()); in recordDefsForDF()
1345 void DataFlowGraph::buildPhis(BlockRefsMap &PhiM, BlockRefsMap &RefM, in buildPhis() argument
1349 auto HasDF = PhiM.find(BA.Id); in buildPhis()
1350 if (HasDF == PhiM.end() || HasDF->second.empty()) in buildPhis()
DRDFGraph.h768 void recordDefsForDF(BlockRefsMap &PhiM, BlockRefsMap &RefM,
770 void buildPhis(BlockRefsMap &PhiM, BlockRefsMap &RefM,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp968 BlockRefsMap PhiM; in build() local
970 recordDefsForDF(PhiM, BA); in build()
972 buildPhis(PhiM, AllRefs, BA); in build()
1402 void DataFlowGraph::recordDefsForDF(BlockRefsMap &PhiM, in recordDefsForDF() argument
1436 PhiM[DBA.Id].insert(Defs.begin(), Defs.end()); in recordDefsForDF()
1442 void DataFlowGraph::buildPhis(BlockRefsMap &PhiM, RegisterSet &AllRefs, in buildPhis() argument
1446 auto HasDF = PhiM.find(BA.Id); in buildPhis()
1447 if (HasDF == PhiM.end() || HasDF->second.empty()) in buildPhis()
DRDFGraph.h849 void recordDefsForDF(BlockRefsMap &PhiM, NodeAddr<BlockNode*> BA);
850 void buildPhis(BlockRefsMap &PhiM, RegisterSet &AllRefs,