Searched defs:NumCases (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | DAGISelMatcherEmitter.cpp | 277 unsigned NumCases; in EmitMatcher() local
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | LoopUnswitch.cpp | 486 unsigned NumCases = SI->getNumCases(); in processCurrentLoop() local
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | Instructions.cpp | 3268 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst() 3279 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst() 3385 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst() 3392 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst()
|
| HD | Core.cpp | 2241 LLVMBasicBlockRef Else, unsigned NumCases) { in LLVMBuildSwitch()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGStmt.cpp | 1571 unsigned NumCases = 0; in EmitSwitchStmt() local
|
| /NextBSD/contrib/llvm/lib/Bitcode/Reader/ |
| HD | BitcodeReader.cpp | 3830 unsigned NumCases = Record[4]; in parseFunctionBody() local 3885 unsigned NumCases = (Record.size()-3)/2; in parseFunctionBody() local
|
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | SimplifyCFG.cpp | 3175 Constant *NumCases = ConstantInt::get(Offset->getType(), ContiguousCases->size()); in TurnSwitchRangeIntoICmp() local
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGBuilder.cpp | 7451 uint64_t NumCases = in isDense() local
|