Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBranchFolding.cpp667 CurMPIter != B && CurMPIter->getHash() == CurHash; --CurMPIter) { in ComputeSameTails()
679 HighestMPIter = CurMPIter; in ComputeSameTails()
682 if (HighestMPIter == CurMPIter && in ComputeSameTails()
696 MPIterator CurMPIter, B; in RemoveBlocksWithHash() local
697 for (CurMPIter = std::prev(MergePotentials.end()), in RemoveBlocksWithHash()
699 CurMPIter->getHash() == CurHash; --CurMPIter) { in RemoveBlocksWithHash()
701 MachineBasicBlock *CurMBB = CurMPIter->getBlock(); in RemoveBlocksWithHash()
704 if (CurMPIter == B) in RemoveBlocksWithHash()
707 if (CurMPIter->getHash() != CurHash) in RemoveBlocksWithHash()
708 CurMPIter++; in RemoveBlocksWithHash()
[all …]