Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3199 class PhiNodeSet;
3203 PhiNodeSet * const Set;
3209 PhiNodeSetIterator(PhiNodeSet * const Set, size_t Start);
3226 class PhiNodeSet { class
3316 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator()
3349 PhiNodeSet AllPhiNodes;
3408 PhiNodeSet& newPhiNodes() { return AllPhiNodes; } in newPhiNodes()
3648 PhiNodeSet &PhiNodesToMatch) { in MatchPhiNode()
3706 PhiNodeSet &PhiNodesToMatch = ST.newPhiNodes(); in MatchPhiSet()