Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3325 class PhiNodeSet;
3329 PhiNodeSet *const Set;
3335 PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start);
3352 class PhiNodeSet { class
3438 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator()
3471 PhiNodeSet AllPhiNodes;
3527 PhiNodeSet &newPhiNodes() { return AllPhiNodes; } in newPhiNodes()
3765 PhiNodeSet &PhiNodesToMatch) { in MatchPhiNode()
3823 PhiNodeSet &PhiNodesToMatch = ST.newPhiNodes(); in MatchPhiSet()