Home
last modified time | relevance | path

Searched refs:InitRoots (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DGCStrategy.h92 bool InitRoots; ///< If set, roots are nulled during lowering. variable
153 bool initializeRoots() const { return InitRoots; } in initializeRoots()
/external/llvm/lib/CodeGen/
DGCStrategy.cpp21 CustomWriteBarriers(false), CustomRoots(false), InitRoots(true), in GCStrategy()
DShadowStackGC.cpp53 InitRoots = true; in ShadowStackGC()
DErlangGC.cpp42 InitRoots = false; in ErlangGC()
DStatepointExampleGC.cpp32 InitRoots = false; in StatepointGC()
DGCRootLowering.cpp204 bool InitRoots = S.initializeRoots(); in PerformDefaultLowering() local
233 if (InitRoots) { in PerformDefaultLowering()
/external/llvm/docs/
DGarbageCollection.rst815 Initializing roots to null: ``InitRoots``
821 InitRoots = true;