Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h158 class PredicateSwitch : public PredicateWithEdge {
163 PredicateSwitch(Value *Op, BasicBlock *SwitchBB, BasicBlock *TargetBB, in PredicateSwitch() function
168 PredicateSwitch() = delete;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp503 PredicateSwitch *PS = new PredicateSwitch( in processSwitch()
809 return {{CmpInst::ICMP_EQ, cast<PredicateSwitch>(this)->CaseValue}}; in getConstraint()
874 } else if (const auto *PS = dyn_cast<PredicateSwitch>(PI)) { in emitInstructionAnnot()