Searched refs:MergePotentials (Results 1 – 2 of 2) sorted by relevance
661 MPIterator HighestMPIter = std::prev(MergePotentials.end()); in ComputeSameTails() 662 for (MPIterator CurMPIter = std::prev(MergePotentials.end()), in ComputeSameTails() 663 B = MergePotentials.begin(); in ComputeSameTails() 695 for (CurMPIter = std::prev(MergePotentials.end()), in RemoveBlocksWithHash() 696 B = MergePotentials.begin(); in RemoveBlocksWithHash() 707 MergePotentials.erase(CurMPIter, MergePotentials.end()); in RemoveBlocksWithHash() 880 // See if any of the blocks in MergePotentials (which all have SuccBB as a882 // If there is a successor, any blocks in MergePotentials that are not896 for (unsigned i = 0, e = MergePotentials in TryTailMergeBlocks() [all...]
73 std::vector<MergePotentialsElt> MergePotentials; variable