Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3765 PhiNodeSet &PhiNodesToMatch) { in MatchPhiNode() argument
3794 if (!FirstPhi || !SecondPhi || !PhiNodesToMatch.count(FirstPhi) || in MatchPhiNode()
3823 PhiNodeSet &PhiNodesToMatch = ST.newPhiNodes(); in MatchPhiSet() local
3824 while (PhiNodesToMatch.size()) { in MatchPhiSet()
3825 PHINode *PHI = *PhiNodesToMatch.begin(); in MatchPhiSet()
3835 if (PhiNodesToMatch.count(&P)) in MatchPhiSet()
3837 if ((IsMatched = MatchPhiNode(PHI, &P, Matched, PhiNodesToMatch))) in MatchPhiSet()
3859 PhiNodesToMatch.erase(P); in MatchPhiSet()