Lines Matching defs:PHINode
120 // PHINode Class
123 PHINode::PHINode(const PHINode &PN)
134 Value *PHINode::removeIncomingValue(unsigned Idx, bool DeletePHIIfEmpty) {
158 void PHINode::removeIncomingValueIf(function_ref<bool(unsigned)> Predicate,
195 void PHINode::growOperands() {
206 Value *PHINode::hasConstantValue() const {
226 bool PHINode::hasConstantOrUndefValue() const {
4338 PHINode *PHINode::cloneImpl() const { return new PHINode(*this); }