HomeSort by relevance Sort by last modified time
    Searched refs:InitRoots (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 74 bool InitRoots; ///< If set, roots are nulled during lowering.
126 bool initializeRoots() const { return InitRoots; }
  /external/llvm/lib/CodeGen/
ErlangGC.cpp 46 InitRoots = false;
GCStrategy.cpp 100 InitRoots(true),
276 bool InitRoots = S.initializeRoots();
305 if (InitRoots) {
ShadowStackGC.cpp 199 InitRoots = true;
417 // Move past the original stores inserted by GCStrategy::InitRoots. This isn't

Completed in 1286 milliseconds