Home
last modified time | relevance | path

Searched defs:RNG (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/AST/
H A DRandstruct.cpp208 randomizeStructureLayoutImpl(Context, RandomizedFields, RNG); in randomizeStructureLayout() local
68 randomizeStructureLayoutImpl(const ASTContext & Context,llvm::SmallVectorImpl<FieldDecl * > & FieldsOut,std::mt19937 & RNG) randomizeStructureLayoutImpl() argument
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h52 std::mt19937 RNG; variable
/llvm-project/llvm/unittests/Support/
H A DBalancedPartitioningTest.cpp67 std::mt19937 RNG; in TEST_F() local
/llvm-project/llvm/unittests/IR/
H A DModuleTest.cpp68 std::unique_ptr<RandomNumberGenerator> RNG = M.createRNG(DP.getPassName()); TEST() local
/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp131 std::mt19937 RNG(RootBucket); bisect() local