Searched refs:RefM (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 948 BlockRefsMap RefM; in build() local 949 buildBlockRefs(EA, RefM); in build() 966 recordDefsForDF(PhiM, RefM, BA); in build() 968 buildPhis(PhiM, RefM, BA); in build() 1274 BlockRefsMap &RefM) { in buildBlockRefs() argument 1275 auto &Refs = RefM[BA.Id]; in buildBlockRefs() 1281 buildBlockRefs(SBA, RefM); in buildBlockRefs() 1282 const auto &SRs = RefM[SBA.Id]; in buildBlockRefs() 1293 void DataFlowGraph::recordDefsForDF(BlockRefsMap &PhiM, BlockRefsMap &RefM, in recordDefsForDF() argument 1330 RegisterSet &Refs = RefM[BA.Id]; in recordDefsForDF() [all …]
|
D | RDFGraph.h | 767 void buildBlockRefs(NodeAddr<BlockNode*> BA, BlockRefsMap &RefM); 768 void recordDefsForDF(BlockRefsMap &PhiM, BlockRefsMap &RefM, 770 void buildPhis(BlockRefsMap &PhiM, BlockRefsMap &RefM,
|