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

  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 92 bool InitRoots; ///< If set, roots are nulled during lowering.
153 bool initializeRoots() const { return InitRoots; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
GCStrategy.h 71 bool InitRoots; //< If set, roots are nulled during lowering.
116 bool initializeRoots() const { return InitRoots; }
  /external/llvm/lib/CodeGen/
GCRootLowering.cpp 203 bool InitRoots = S.initializeRoots();
232 if (InitRoots) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
GCStrategy.cpp 100 InitRoots(true),
277 bool InitRoots = S.initializeRoots();
306 if (InitRoots) {

Completed in 541 milliseconds