Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp800 bool someEquivalentDominates(const Instruction *, const Instruction *) const;
1282 bool NewGVN::someEquivalentDominates(const Instruction *Inst, in someEquivalentDominates() function in NewGVN
1769 if (!someEquivalentDominates(AllSameInst, I)) in performSymbolicPHIEvaluation()