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