Home
last modified time | relevance | path

Searched refs:PT_Branch (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h96 enum PredicateType { PT_Branch, PT_Assume, PT_Switch }; enumerator
120 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()