reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Transforms/Scalar/NaryReassociate.h
  158   Instruction *findClosestMatchingDominator(const SCEV *CandidateExpr,

References

lib/Transforms/Scalar/NaryReassociate.cpp
  389   Value *Candidate = findClosestMatchingDominator(CandidateExpr, GEP);
  477   auto *LHS = findClosestMatchingDominator(LHSExpr, I);