OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnrollEnable
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGLoopInfo.cpp
86
if (Attrs.
UnrollEnable
== LoopAttributes::Disable)
88
else if (Attrs.
UnrollEnable
== LoopAttributes::Full)
90
else if (Attrs.
UnrollEnable
!= LoopAttributes::Unspecified ||
126
if (Attrs.
UnrollEnable
== LoopAttributes::Enable) {
384
if (Attrs.
UnrollEnable
== LoopAttributes::Disable)
386
else if (Attrs.
UnrollEnable
== LoopAttributes::Full)
449
UnrollEnable
(LoopAttributes::Unspecified),
465
UnrollEnable
= LoopAttributes::Unspecified;
493
Attrs.
UnrollEnable
== LoopAttributes::Unspecified &&
529
switch (Attrs.
UnrollEnable
) {
[
all
...]
CGLoopInfo.h
50
LVEnableState
UnrollEnable
;
248
StagedAttrs.
UnrollEnable
= State;
Completed in 16 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026