Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DSnippetGenerator.h106 Error randomizeUnsetVariables(const LLVMState &State,
H A DSnippetGenerator.cpp80 if (auto error = randomizeUnsetVariables(State, ForbiddenRegs, IT)) in generateConfigurations()
272 Error randomizeUnsetVariables(const LLVMState &State, in randomizeUnsetVariables() function