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

References

lib/Transforms/Scalar/JumpThreading.cpp
  602   if (!RecursionSet.insert(std::make_pair(V, BB)).second)
  606   if (Constant *KC = getKnownConstant(V, Preference)) {
  615   Instruction *I = dyn_cast<Instruction>(V);
  638       Constant *PredCst = LVI->getConstantOnEdge(V, P, BB, CxtI);
  950   Constant *CI = LVI->getConstant(V, BB, CxtI);