Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp800 bool someEquivalentDominates(const Instruction *, const Instruction *) const;
1292 bool NewGVN::someEquivalentDominates(const Instruction *Inst, in someEquivalentDominates() function in NewGVN
1792 if (!someEquivalentDominates(AllSameInst, I)) in performSymbolicPHIEvaluation()