Lines Matching refs:MST
126 // Instrument all of the edges not in MST...
137 // actual MST is returned but the edges _not_ in the MST.
142 MaximumSpanningTree<BasicBlock> MST(EdgeVector);
143 std::stable_sort(MST.begin(), MST.end());
145 // Check if (0,entry) not in the MST. If not, instrument edge
147 // the edge is in the MST the counter is initialised to -1.
151 if (!std::binary_search(MST.begin(), MST.end(), edge)) {
167 // Okay, we have to add a counter of each outgoing edge not in MST. If
174 if (!std::binary_search(MST.begin(), MST.end(), edge)) {
185 if (!std::binary_search(MST.begin(), MST.end(), edge)) {