Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp798 bool someEquivalentDominates(const Instruction *, const Instruction *) const;
1296 bool NewGVN::someEquivalentDominates(const Instruction *Inst, in someEquivalentDominates() function in NewGVN
1812 if (!someEquivalentDominates(AllSameInst, I)) in performSymbolicPHIEvaluation()