Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDivergenceAnalysis.cpp283 if (Phi.hasConstantOrUndefValue()) in taintAndPushPhiNodes()
H A DLegacyDivergenceAnalysis.cpp175 if (!cast<PHINode>(I)->hasConstantOrUndefValue() && DV.insert(&*I).second) in exploreSyncDependency()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h2797 bool hasConstantOrUndefValue() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp168 bool PHINode::hasConstantOrUndefValue() const { in hasConstantOrUndefValue() function in PHINode