OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NO_LOCATIONS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h
3365
NO_LOCATIONS
= NO_LOCAL_MEM | NO_CONST_MEM | NO_GLOBAL_INTERNAL_MEM |
3370
VALID_STATE =
NO_LOCATIONS
+ 1,
3372
BEST_STATE =
NO_LOCATIONS
| VALID_STATE,
3378
bool isKnownReadNone() const { return isKnown(
NO_LOCATIONS
); }
3383
return isAssumed(
NO_LOCATIONS
) | isAssumedStackOnly();
3461
return
NO_LOCATIONS
& ~(Loc | (AndLocalMem ? NO_LOCAL_MEM : 0) |
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp
6431
if (0 == (MLK & AAMemoryLocation::
NO_LOCATIONS
))
6433
if (MLK == AAMemoryLocation::
NO_LOCATIONS
)
6574
if (AssumedMLK ==
NO_LOCATIONS
)
6578
for (MemoryLocationsKind CurMLK = 1; CurMLK <
NO_LOCATIONS
;
6600
for (MemoryLocationsKind CurMLK = 1; CurMLK <
NO_LOCATIONS
; CurMLK *= 2)
6713
MemoryLocationsKind MLK =
NO_LOCATIONS
;
6751
assert(MLK !=
NO_LOCATIONS
&& "No location specified!");
6807
AccessedLocs.intersectAssumedBits(
NO_LOCATIONS
);
6818
return
NO_LOCATIONS
;
6833
for (MemoryLocationsKind CurMLK = 1; CurMLK <
NO_LOCATIONS
; CurMLK *= 2)
[
all
...]
Completed in 34 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026