Searched refs:PT_Branch (Results 1 – 2 of 2) sorted by relevance
70 enum PredicateType { PT_Branch, PT_Assume, PT_Switch }; enumerator99 return PB->Type == PT_Assume || PB->Type == PT_Branch || in classof()134 return PB->Type == PT_Branch || PB->Type == PT_Switch; in classof()150 : PredicateWithEdge(PT_Branch, Op, BranchBB, SplitBB, Condition), in PredicateBranch()154 return PB->Type == PT_Branch; in classof()
734 case PT_Branch: { in getConstraint()