OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttributorRunOption
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp
169
cl::opt<
AttributorRunOption
> AttributorRun(
170
"attributor-enable", cl::Hidden, cl::init(
AttributorRunOption
::NONE),
172
cl::values(clEnumValN(
AttributorRunOption
::ALL, "all",
174
clEnumValN(
AttributorRunOption
::MODULE, "module",
176
clEnumValN(
AttributorRunOption
::CGSCC, "cgscc",
178
clEnumValN(
AttributorRunOption
::NONE, "none",
738
if (AttributorRun &
AttributorRunOption
::MODULE)
787
if (AttributorRun &
AttributorRunOption
::CGSCC)
1011
if (AttributorRun &
AttributorRunOption
::MODULE)
1066
if (AttributorRun &
AttributorRunOption
::CGSCC
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilder.cpp
311
extern cl::opt<
AttributorRunOption
> AttributorRun;
1001
if (AttributorRun &
AttributorRunOption
::CGSCC)
1121
if (AttributorRun &
AttributorRunOption
::MODULE)
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h
3843
enum
AttributorRunOption
{
Completed in 42 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026