Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp661 CurMPIter != B && CurMPIter->getHash() == CurHash; --CurMPIter) { in ComputeSameTails()
673 HighestMPIter = CurMPIter; in ComputeSameTails()
676 if (HighestMPIter == CurMPIter && in ComputeSameTails()
690 MPIterator CurMPIter, B; in RemoveBlocksWithHash() local
691 for (CurMPIter = std::prev(MergePotentials.end()), in RemoveBlocksWithHash()
693 CurMPIter->getHash() == CurHash; --CurMPIter) { in RemoveBlocksWithHash()
695 MachineBasicBlock *CurMBB = CurMPIter->getBlock(); in RemoveBlocksWithHash()
698 if (CurMPIter == B) in RemoveBlocksWithHash()
701 if (CurMPIter->getHash() != CurHash) in RemoveBlocksWithHash()
702 CurMPIter++; in RemoveBlocksWithHash()
[all …]