Home
last modified time | relevance | path

Searched defs:NumCases (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/utils/TableGen/
HDDAGISelMatcherEmitter.cpp277 unsigned NumCases; in EmitMatcher() local
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLoopUnswitch.cpp486 unsigned NumCases = SI->getNumCases(); in processCurrentLoop() local
/NextBSD/contrib/llvm/lib/IR/
HDInstructions.cpp3268 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()
HDCore.cpp2241 LLVMBasicBlockRef Else, unsigned NumCases) { in LLVMBuildSwitch()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmt.cpp1571 unsigned NumCases = 0; in EmitSwitchStmt() local
/NextBSD/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp3830 unsigned NumCases = Record[4]; in parseFunctionBody() local
3885 unsigned NumCases = (Record.size()-3)/2; in parseFunctionBody() local
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDSimplifyCFG.cpp3175 Constant *NumCases = ConstantInt::get(Offset->getType(), ContiguousCases->size()); in TurnSwitchRangeIntoICmp() local
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp7451 uint64_t NumCases = in isDense() local