Home
last modified time | relevance | path

Searched refs:randomizeUnsetVariables (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSnippetGenerator.h102 Error randomizeUnsetVariables(const LLVMState &State,
H A DSnippetGenerator.cpp79 if (auto error = randomizeUnsetVariables(State, ForbiddenRegs, IT)) in generateConfigurations()
261 Error randomizeUnsetVariables(const LLVMState &State, in randomizeUnsetVariables() function