Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4516 void SwitchInst::addCase(ConstantInt *OnVal, BasicBlock *Dest) { in addCase() function in SwitchInst
4612 void SwitchInstProfUpdateWrapper::addCase( in addCase() function in SwitchInstProfUpdateWrapper
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4448 bool addCase = false; in shouldAddCase() local