Lines Matching defs:PHINode
122 // PHINode Class
125 PHINode::PHINode(const PHINode &PN)
137 Value *PHINode::removeIncomingValue(unsigned Idx, bool DeletePHIIfEmpty) {
161 void PHINode::removeIncomingValueIf(function_ref<bool(unsigned)> Predicate,
198 void PHINode::growOperands() {
209 Value *PHINode::hasConstantValue() const {
229 bool PHINode::hasConstantOrUndefValue() const {
4446 PHINode *PHINode::cloneImpl() const { return new (AllocMarker) PHINode(*this); }