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