Home
last modified time | relevance | path

Searched refs:CustomWriteBarriers (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DGCStrategy.h90 bool CustomWriteBarriers; ///< Default is to insert stores. variable
106 bool customWriteBarrier() const { return CustomWriteBarriers; } in customWriteBarrier()
/external/llvm/lib/CodeGen/
DGCStrategy.cpp21 CustomWriteBarriers(false), CustomRoots(false), InitRoots(true), in GCStrategy()
/external/llvm/docs/
DGarbageCollection.rst833 Custom lowering of intrinsics: ``CustomRoots``, ``CustomReadBarriers``, and ``CustomWriteBarriers``
847 CustomWriteBarriers = true;