Searched refs:hasConstantOrUndefValue (Results 1 – 4 of 4) sorted by relevance
156 if (!Phi.hasConstantOrUndefValue() && isJoinDivergent(*Phi.getParent())) { in updatePHINode()
170 if (!cast<PHINode>(I)->hasConstantOrUndefValue() && DV.insert(&*I).second) in exploreSyncDependency()
2749 bool hasConstantOrUndefValue() const;
175 bool PHINode::hasConstantOrUndefValue() const { in hasConstantOrUndefValue() function in PHINode