Home
last modified time | relevance | path

Searched defs:EnableIPRA (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/unittests/CodeGen/
H A DTargetOptionsTest.cpp32 std::unique_ptr<TargetMachine> createTargetMachine(bool EnableIPRA) { in createTargetMachine() argument
48 static void targetOptionsTest(bool EnableIPRA) { in targetOptionsTest() argument
/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h29 std::optional<bool> EnableIPRA; member
H A DTargetOptions.h306 unsigned EnableIPRA : 1; global() variable