Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp91 SwitchInst::CaseHandle Case = *SI.findCaseValue(ExpectedValue); in handleSwitchExpect()
H A DSimpleLoopUnswitch.cpp852 all_of(drop_begin(SI.cases()), [&SI](const SwitchInst::CaseHandle &Case) { in unswitchTrivialSwitch()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h365 SwitchInst::CaseHandle Case = *SI.findCaseValue(cast<ConstantInt>(C)); in getFeasibleSuccessors()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3290 class CaseHandle
3292 friend class SwitchInst::CaseIteratorImpl<CaseHandle>;
3295 CaseHandle(SwitchInst *SI, ptrdiff_t Index) : CaseHandleImpl(SI, Index) {}
3376 using CaseIt = CaseIteratorImpl<CaseHandle>;
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1887 using CaseHandle = variable
1892 using CaseIt = llvm::SwitchInst::CaseIteratorImpl<CaseHandle>;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4082 CaseHandle Case(this, NewCaseIdx); in addCase()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7880 for (const SwitchInst::CaseHandle &Case : SI->cases()) { in optimizeSwitchPhiConstants()