Home
last modified time | relevance | path

Searched defs:addCase (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4074 void SwitchInst::addCase(ConstantInt *OnVal, BasicBlock *Dest) { in addCase() function in SwitchInst
4170 void SwitchInstProfUpdateWrapper::addCase( in addCase() function in SwitchInstProfUpdateWrapper
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp1131 void SwitchInst::addCase(ConstantInt *OnVal, BasicBlock *Dest) { in addCase() function in llvm::sandboxir::SwitchInst
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4557 bool addCase = false; in shouldAddCase() local