Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp1125 ConstantInt *SwitchInst::findCaseDest(BasicBlock *BB) { in findCaseDest() function in llvm::sandboxir::SwitchInst
1126 auto *LLVMC = cast<llvm::SwitchInst>(Val)->findCaseDest( in findCaseDest()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1927 LLVM_ABI ConstantInt *findCaseDest(BasicBlock *BB);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3479 ConstantInt *findCaseDest(BasicBlock *BB) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4945 ConstantInt *VVal = SI->findCaseDest(BB); in tryToSimplifyUncondBranchWithICmpInIt()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7917 if (SI->findCaseDest(CaseBB) == nullptr) { in optimizeSwitchPhiConstants()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9360 const SCEV *RHS = getConstant(Switch->findCaseDest(ExitingBlock)); in computeExitLimitFromSingleExitSwitch()