Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBuiltinGCs.cpp31 InitRoots = false; in ErlangGC()
60 InitRoots = true; in ShadowStackGC()
77 InitRoots = false; in StatepointGC()
111 InitRoots = false; in CoreCLRGC()
DGCRootLowering.cpp202 bool InitRoots = S.initializeRoots(); in PerformDefaultLowering() local
231 if (InitRoots) { in PerformDefaultLowering()
/external/llvm/lib/CodeGen/
DBuiltinGCs.cpp29 InitRoots = false; in ErlangGC()
58 InitRoots = true; in ShadowStackGC()
75 InitRoots = false; in StatepointGC()
108 InitRoots = false; in CoreCLRGC()
DGCStrategy.cpp21 CustomWriteBarriers(false), CustomRoots(false), InitRoots(true), in GCStrategy()
DGCRootLowering.cpp203 bool InitRoots = S.initializeRoots(); in PerformDefaultLowering() local
232 if (InitRoots) { in PerformDefaultLowering()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DGCStrategy.h95 bool InitRoots= true; ///< If set, roots are nulled during lowering. variable
156 bool initializeRoots() const { return InitRoots; } in initializeRoots()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DGCStrategy.h71 bool InitRoots; //< If set, roots are nulled during lowering. variable
116 bool initializeRoots() const { return InitRoots; } in initializeRoots()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DGCStrategy.cpp100 InitRoots(true), in GCStrategy()
277 bool InitRoots = S.initializeRoots(); in PerformDefaultLowering() local
306 if (InitRoots) { in PerformDefaultLowering()
DShadowStackGC.cpp199 InitRoots = true; in ShadowStackGC()
/external/llvm/docs/
DGarbageCollection.rst838 Initializing roots to null: ``InitRoots``
844 InitRoots = true;
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DGarbageCollection.rst838 Initializing roots to null: ``InitRoots``
844 InitRoots = true;