OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateFlags
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_sync.h
95
void
UpdateFlags
(u32 flagz) {
tsan_rtl_mutex.cc
147
s->
UpdateFlags
(flagz);
169
s->
UpdateFlags
(flagz);
261
s->
UpdateFlags
(flagz);
275
s->
UpdateFlags
(flagz);
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_sync.h
78
void
UpdateFlags
(u32 flagz) {
tsan_rtl_mutex.cpp
151
s->
UpdateFlags
(flagz);
179
s->
UpdateFlags
(flagz);
275
s->
UpdateFlags
(flagz);
295
s->
UpdateFlags
(flagz);
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_sync.h
93
void
UpdateFlags
(u32 flagz) {
tsan_rtl_mutex.cpp
146
s->
UpdateFlags
(flagz);
173
s->
UpdateFlags
(flagz);
261
s->
UpdateFlags
(flagz);
280
s->
UpdateFlags
(flagz);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveIntervals.h
310
/// \param
UpdateFlags
Update live intervals for nonallocatable physregs.
311
void handleMove(MachineInstr &MI, bool
UpdateFlags
= false);
316
/// \param
UpdateFlags
Update live intervals for nonallocatable physregs.
322
bool
UpdateFlags
= false);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveIntervals.cpp
987
bool
UpdateFlags
;
992
SlotIndex OldIdx, SlotIndex NewIdx, bool
UpdateFlags
)
994
UpdateFlags
(
UpdateFlags
) {}
996
// FIXME:
UpdateFlags
is a workaround that creates live intervals for all
1001
if (
UpdateFlags
&& !MRI.isReservedRegUnit(Unit))
1507
void LiveIntervals::handleMove(MachineInstr &MI, bool
UpdateFlags
) {
1519
HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex,
UpdateFlags
);
1524
bool
UpdateFlags
) {
1542
HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex,
UpdateFlags
);
[
all
...]
Completed in 21 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026