Searched refs:hasConstantOrUndefValue (Results 1 – 4 of 4) sorted by relevance
176 if (!cast<PHINode>(I)->hasConstantOrUndefValue() && DV.insert(&*I).second) in exploreSyncDependency()
282 if (Phi.hasConstantOrUndefValue()) in taintAndPushPhiNodes()
2875 bool hasConstantOrUndefValue() const;
172 bool PHINode::hasConstantOrUndefValue() const { in hasConstantOrUndefValue() function in PHINode