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

References

include/llvm/Transforms/Utils/PredicateInfo.h
  119     return PB->Type == PT_Assume || PB->Type == PT_Branch ||
  119     return PB->Type == PT_Assume || PB->Type == PT_Branch ||
  120            PB->Type == PT_Switch;
  139     return PB->Type == PT_Assume;
  152     return PB->Type == PT_Branch || PB->Type == PT_Switch;
  152     return PB->Type == PT_Branch || PB->Type == PT_Switch;
  172     return PB->Type == PT_Branch;
  188     return PB->Type == PT_Switch;