Home
last modified time | relevance | path

Searched refs:NeededSafePoints (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBuiltinGCs.cpp30 NeededSafePoints = true; in ErlangGC()
41 NeededSafePoints = true; in OcamlGC()
71 NeededSafePoints = false; in StatepointGC()
103 NeededSafePoints = false; in CoreCLRGC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DGCStrategy.h77 bool NeededSafePoints = false; ///< if set, calls are inferred to be safepoints variable
111 bool needsSafePoints() const { return NeededSafePoints; } in needsSafePoints()