Home | History | Annotate | Download | only in IR

Lines Matching defs:PHINode

87 //                               PHINode Class
90 void PHINode::anchor() {}
92 PHINode::PHINode(const PHINode &PN)
103 Value *PHINode::removeIncomingValue(unsigned Idx, bool DeletePHIIfEmpty) {
131 void PHINode::growOperands() {
142 Value *PHINode::hasConstantValue() const {
3931 PHINode *PHINode::cloneImpl() const { return new PHINode(*this); }