Searched defs:CFGMST (Results 1 – 2 of 2) sorted by relevance
134 template class CFGMST<maple::BBEdge<maplebe::BB>, maplebe::BB>; variable135 template class CFGMST<maple::BBUseEdge<maplebe::BB>, maplebe::BB>; variable
25 …explicit CFGMST(MemPool &mp) : mp(&mp), alloc(&mp), allEdges(alloc.Adapter()), bbGroups(alloc.Adap… in CFGMST() function