Home
last modified time | relevance | path

Searched refs:createRNG (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DModuleTest.cpp69 std::unique_ptr<RandomNumberGenerator> RNG = M.createRNG(DP.getPassName()); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModule.h277 std::unique_ptr<RandomNumberGenerator> createRNG(const StringRef Name) const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DModule.cpp88 Module::createRNG(const StringRef Name) const { in createRNG() function in Module