OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomReadBarriers
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
GCStrategy.cpp
20
: UseStatepoints(false), NeededSafePoints(0),
CustomReadBarriers
(false),
/external/llvm/include/llvm/CodeGen/
GCStrategy.h
89
bool
CustomReadBarriers
; ///< Default is to insert loads.
111
bool customReadBarrier() const { return
CustomReadBarriers
; }
Completed in 740 milliseconds