Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp759 bool someEquivalentDominates(const Instruction *, const Instruction *) const;
1256 bool NewGVN::someEquivalentDominates(const Instruction *Inst, in someEquivalentDominates() function in NewGVN
1794 if (!someEquivalentDominates(AllSameInst, I)) in performSymbolicPHIEvaluation()