Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3222 class PhiNodeSet;
3226 PhiNodeSet * const Set;
3232 PhiNodeSetIterator(PhiNodeSet * const Set, size_t Start);
3249 class PhiNodeSet { class
3339 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator()
3372 PhiNodeSet AllPhiNodes;
3431 PhiNodeSet& newPhiNodes() { return AllPhiNodes; } in newPhiNodes()
3671 PhiNodeSet &PhiNodesToMatch) { in MatchPhiNode()
3729 PhiNodeSet &PhiNodesToMatch = ST.newPhiNodes(); in MatchPhiSet()