Home
last modified time | relevance | path

Searched refs:hasConstantOrUndefValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLegacyDivergenceAnalysis.cpp176 if (!cast<PHINode>(I)->hasConstantOrUndefValue() && DV.insert(&*I).second) in exploreSyncDependency()
H A DDivergenceAnalysis.cpp282 if (Phi.hasConstantOrUndefValue()) in taintAndPushPhiNodes()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h2875 bool hasConstantOrUndefValue() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp172 bool PHINode::hasConstantOrUndefValue() const { in hasConstantOrUndefValue() function in PHINode