Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DBranchFolding.cpp739 CurMPIter != B && CurMPIter->getHash() == CurHash; --CurMPIter) { in ComputeSameTails()
751 HighestMPIter = CurMPIter; in ComputeSameTails()
754 if (HighestMPIter == CurMPIter && in ComputeSameTails()
768 MPIterator CurMPIter, B; in RemoveBlocksWithHash() local
769 for (CurMPIter = std::prev(MergePotentials.end()), in RemoveBlocksWithHash()
771 CurMPIter->getHash() == CurHash; --CurMPIter) { in RemoveBlocksWithHash()
773 MachineBasicBlock *CurMBB = CurMPIter->getBlock(); in RemoveBlocksWithHash()
776 if (CurMPIter == B) in RemoveBlocksWithHash()
779 if (CurMPIter->getHash() != CurHash) in RemoveBlocksWithHash()
780 CurMPIter++; in RemoveBlocksWithHash()
[all …]