Searched refs:InitRoots (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DGCStrategy.h74 bool InitRoots; ///< If set, roots are nulled during lowering. member in class:llvm::GCStrategy
126 bool initializeRoots() const { return InitRoots; }
/external/llvm/lib/CodeGen/
H A DErlangGC.cpp46 InitRoots = false;
H A DGCStrategy.cpp100 InitRoots(true),
276 bool InitRoots = S.initializeRoots(); local
305 if (InitRoots) {
H A DShadowStackGC.cpp199 InitRoots = true;
417 // Move past the original stores inserted by GCStrategy::InitRoots. This isn't

Completed in 137 milliseconds