Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDivergenceAnalysis.cpp156 if (!Phi.hasConstantOrUndefValue() && isJoinDivergent(*Phi.getParent())) { in updatePHINode()
H A DLegacyDivergenceAnalysis.cpp170 if (!cast<PHINode>(I)->hasConstantOrUndefValue() && DV.insert(&*I).second) in exploreSyncDependency()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstructions.h2749 bool hasConstantOrUndefValue() const;
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp175 bool PHINode::hasConstantOrUndefValue() const { in hasConstantOrUndefValue() function in PHINode