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

Declarations

lib/Transforms/Scalar/LoopUnswitch.cpp
  247     bool UnswitchIfProfitable(Value *LoopCond, Constant *Val,

References

lib/Transforms/Scalar/LoopUnswitch.cpp
  702         UnswitchIfProfitable(LoopCond, ConstantInt::getTrue(Context))) {
  744             UnswitchIfProfitable(LoopCond, ConstantInt::getTrue(Context), TI)) {
  798         if (UnswitchIfProfitable(LoopCond, UnswitchVal)) {
  817         if (LoopCond && UnswitchIfProfitable(LoopCond,