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

References

lib/Transforms/Scalar/LoopUnswitch.cpp
  481         if (Value *LHS = FindLIVLoopCondition(BO->getOperand(0), L, Changed,
  489         if (Value *RHS = FindLIVLoopCondition(BO->getOperand(1), L, Changed,
  509   Value *FCond = FindLIVLoopCondition(Cond, L, Changed, OpChain, Cache, MSSAU);