Home
last modified time | relevance | path

Searched refs:RandomSeed (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp15 static u32 RandomSeed() { in RandomSeed() function
29 random_state_ = flags()->random_tags ? RandomSeed() : unique_id_; in InitRandomState()
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DRandom.cpp45 TEST(RandomNumber, RandomSeed) { in TEST() argument
/llvm-project-15.0.7/bolt/lib/Passes/
H A DSplitFunctions.cpp52 extern cl::opt<uint32_t> RandomSeed;
171 std::minstd_rand0 RandGen(opts::RandomSeed.getValue()); in runOnFunctions()
H A DReorderFunctions.cpp26 extern cl::opt<uint32_t> RandomSeed;
330 std::srand(opts::RandomSeed); in runOnFunctions()
H A DReorderAlgorithm.cpp44 cl::opt<uint32_t> RandomSeed("bolt-seed", cl::desc("seed for randomization"), variable
711 std::default_random_engine(opts::RandomSeed.getValue())); in reorderBasicBlocks()