Home
last modified time | relevance | path

Searched refs:MergePotentials (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp661 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 a
882 // If there is a successor, any blocks in MergePotentials that are not
896 for (unsigned i = 0, e = MergePotentials in TryTailMergeBlocks()
[all...]
H A DBranchFolding.h73 std::vector<MergePotentialsElt> MergePotentials; variable