Searched refs:PT_Branch (Results 1 – 1 of 1) sorted by relevance
96 enum PredicateType { PT_Branch, PT_Assume, PT_Switch }; enumerator120 return PB->Type == PT_Assume || PB->Type == PT_Branch || in classof()153 return PB->Type == PT_Branch || PB->Type == PT_Switch; in classof()169 : PredicateWithEdge(PT_Branch, Op, BranchBB, SplitBB, Condition), in PredicateBranch()173 return PB->Type == PT_Branch; in classof()