OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Preserving
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/make/unit-tests/
cmdline.mk
46
#
Preserving
'#' and trailing whitespace has the benefit that when passing
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RDFGraph.cpp
87
if (Flags & NodeAttrs::
Preserving
)
911
uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::
Preserving
;
936
uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::
Preserving
;
1296
Flags |= NodeAttrs::
Preserving
;
1297
// If the def is
preserving
, check if it is also undefined.
1342
Flags |= NodeAttrs::
Preserving
;
1343
// If the def is
preserving
, check if it is also undefined.
1488
uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::
Preserving
;
RDFLiveness.cpp
295
if (!(Flags & NodeAttrs::
Preserving
)) // Don't care about Undef here.
453
// If it is a
preserving
def, do not update the set of intervening defs.
1066
// propagated upwards. This only applies to non-
preserving
defs,
1068
// (Note that phi defs should always be
preserving
.)
1104
// not
preserving
.
1105
if (!(TA.Addr->getFlags() & NodeAttrs::
Preserving
))
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RDFGraph.h
141
// + -
preserving
def,
167
// -
Preserving
: applies only to defs. A
preserving
def is one that can
171
// be marked as
preserving
.
189
// defs in (1) and (2) are both
preserving
, these properties alone would
287
Preserving
= 0x0008 << 5, // 0001000, Def can keep original bits.
810
return (Flags & NodeAttrs::
Preserving
) && !(Flags & NodeAttrs::Undef);
Completed in 19 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026