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 ||
  152     return PB->Type == PT_Branch || PB->Type == PT_Switch;
  168       : PredicateWithEdge(PT_Branch, Op, BranchBB, SplitBB, Condition),
  172     return PB->Type == PT_Branch;