Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3671 PhiNodeSet &PhiNodesToMatch) { in MatchPhiNode() argument
3700 if (!FirstPhi || !SecondPhi || !PhiNodesToMatch.count(FirstPhi) || in MatchPhiNode()
3729 PhiNodeSet &PhiNodesToMatch = ST.newPhiNodes(); in MatchPhiSet() local
3730 while (PhiNodesToMatch.size()) { in MatchPhiSet()
3731 PHINode *PHI = *PhiNodesToMatch.begin(); in MatchPhiSet()
3741 if (PhiNodesToMatch.count(&P)) in MatchPhiSet()
3743 if ((IsMatched = MatchPhiNode(PHI, &P, Matched, PhiNodesToMatch))) in MatchPhiSet()
3765 PhiNodesToMatch.erase(P); in MatchPhiSet()