Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/libcxx/utilities/function.objects/unord.hash/
H A Dmurmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp38 const std::size_t NumCases = sizeof(TestCases)/sizeof(TestCases[0]); in main() local
/llvm-project/llvm/unittests/Analysis/
H A DBranchProbabilityInfoTest.cpp70 unsigned NumCases = 4096; in TEST_F() local
/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp41 uint64_t NumCases = in getJumpTableNumCases() local
84 uint64_t NumCases = getJumpTableNumCases(TotalCases, 0, N - 1); in findJumpTables() local
[all...]
H A DTargetLoweringBase.cpp1797 isSuitableForJumpTable(const SwitchInst * SI,uint64_t NumCases,uint64_t Range,ProfileSummaryInfo * PSI,BlockFrequencyInfo * BFI) const isSuitableForJumpTable() argument
/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp330 unsigned NumCases; in SizeMatcher() local
579 unsigned NumCases; EmitMatcher() local
/llvm-project/clang/unittests/Basic/
H A DSarifTest.cpp351 llvm::SmallVector<ThreadFlow, NumCases> Threadflows; in TEST_F() local
/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp475 uint64_t NumCases = uniform<uint64_t>(IB.Rand, 1, MaxNumCases); in mutate() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2179 unsigned NumCases = 0; EmitSwitchStmt() local
/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3922 SwitchInst(Value * Value,BasicBlock * Default,unsigned NumCases,InsertPosition InsertBefore) SwitchInst() argument
4129 IndirectBrInst(Value * Address,unsigned NumCases,InsertPosition InsertBefore) IndirectBrInst() argument
H A DCore.cpp3288 LLVMBuildSwitch(LLVMBuilderRef B,LLVMValueRef V,LLVMBasicBlockRef Else,unsigned NumCases) LLVMBuildSwitch() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5573 Constant *NumCases = TurnSwitchRangeIntoICmp() local
6472 isSwitchDense(uint64_t NumCases,uint64_t CaseRange) isSwitchDense() argument
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5639 unsigned NumCases = Record[4]; parseFunctionBody() local
5694 unsigned NumCases = (Record.size()-3)/2; parseFunctionBody() local