Searched refs:PredicateSwitch (Results 1 – 3 of 3) sorted by relevance
177 class PredicateSwitch : public PredicateWithEdge {182 PredicateSwitch(Value *Op, BasicBlock *SwitchBB, BasicBlock *TargetBB, in PredicateSwitch() function187 PredicateSwitch() = delete;
448 PredicateSwitch *PS = new PredicateSwitch( in processSwitch()818 } else if (const auto *PS = dyn_cast<PredicateSwitch>(PI)) { in emitInstructionAnnot()
1555 if (auto *PSwitch = dyn_cast<PredicateSwitch>(PI)) in performSymbolicPredicateInfoEvaluation()