Searched defs:NumCases (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp41 uint64_t NumCases = local
83 uint64_t NumCases = getJumpTableNumCases(TotalCases, 0, N - 1); local
[all...]
H A DTargetLoweringBase.cpp1595 isSuitableForJumpTable(const SwitchInst *SI, uint64_t NumCases, uint64_t Range, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp284 unsigned NumCases; local
513 unsigned NumCases; local
523 OS << "/*" << NumCases << " cases */"; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp774 unsigned NumCases = SI->getNumCases(); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp1863 unsigned NumCases = 0; local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h3355 Create(Value *Value, BasicBlock *Default, unsigned NumCases, Instruction *InsertBefore = nullptr) argument
3361 Create(Value *Value, BasicBlock *Default, unsigned NumCases, BasicBlock *InsertAtEnd) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp4021 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, argument
4032 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, argument
4252 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, argument
4259 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4572 unsigned NumCases = Record[4]; local
4627 unsigned NumCases = (Record.size()-3)/2; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4939 Constant *NumCases = local
6145 uint64_t NumCases = Values.size(); local

Completed in 466 milliseconds