OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:customWriteBarrier
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
GCStrategy.h
103
///
customWriteBarrier
- By default, write barriers are replaced with simple
106
bool
customWriteBarrier
() const { return CustomWriteBarriers; }
/external/llvm/lib/CodeGen/
GCStrategy.cpp
213
return !C.
customWriteBarrier
()
220
return C.
customWriteBarrier
()
282
bool LowerWr = !S.
customWriteBarrier
();
Completed in 50 milliseconds