Searched defs:NumCases (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Fuzzer/ |
D | FuzzerTraceState.cpp | 267 uint64_t Val, size_t NumCases, in DFSanSwitchCallback() 328 uint64_t Val, size_t NumCases, in TraceSwitchCallback()
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 295 unsigned NumCases; in EmitMatcher() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 555 unsigned NumCases = SI->getNumCases(); in processCurrentLoop() local
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 3600 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst() 3611 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst() 3717 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst() 3724 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst()
|
D | Core.cpp | 2247 LLVMBasicBlockRef Else, unsigned NumCases) { in LLVMBuildSwitch()
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 1481 unsigned NumCases = 0; in EmitSwitchStmt() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4553 unsigned NumCases = Record[4]; in parseFunctionBody() local 4608 unsigned NumCases = (Record.size()-3)/2; in parseFunctionBody() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 3603 Constant *NumCases = ConstantInt::get(Offset->getType(), ContiguousCases->size()); in TurnSwitchRangeIntoICmp() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 7679 uint64_t NumCases = in isDense() local
|