Home
last modified time | relevance | path

Searched refs:PT_Switch (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
121 PB->Type == PT_Switch; in classof()
153 return PB->Type == PT_Branch || PB->Type == PT_Switch; in classof()
184 : PredicateWithEdge(PT_Switch, Op, SwitchBB, TargetBB, in PredicateSwitch()
189 return PB->Type == PT_Switch; in classof()