OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegAllocType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Target/
CGPassBuilderOption.h
25
enum class
RegAllocType
{ Default, Basic, Fast, Greedy, PBQP };
51
RegAllocType
RegAlloc =
RegAllocType
::Default;
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CodeGenPassBuilder.h
1012
if (Opt.RegAlloc ==
RegAllocType
::Default)
1015
else if (Opt.RegAlloc ==
RegAllocType
::Basic)
1017
else if (Opt.RegAlloc ==
RegAllocType
::Fast)
1019
else if (Opt.RegAlloc ==
RegAllocType
::Greedy)
1021
else if (Opt.RegAlloc ==
RegAllocType
::PBQP)
1030
if (Opt.RegAlloc !=
RegAllocType
::Default &&
1031
Opt.RegAlloc !=
RegAllocType
::Fast)
Completed in 20 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026