Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DDivergenceAnalysis.cpp282 if (Phi.hasConstantOrUndefValue()) in taintAndPushPhiNodes()
DLegacyDivergenceAnalysis.cpp176 if (!cast<PHINode>(I)->hasConstantOrUndefValue() && DV.insert(&*I).second) in exploreSyncDependency()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DInstructions.h2915 bool hasConstantOrUndefValue() const;
/openbsd/src/gnu/llvm/llvm/lib/IR/
DInstructions.cpp183 bool PHINode::hasConstantOrUndefValue() const { in hasConstantOrUndefValue() function in PHINode