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

  /external/llvm/lib/CodeGen/
OcamlGC.cpp 35 NeededSafePoints = 1 << GC::PostCall;
ErlangGC.cpp 47 NeededSafePoints = 1 << GC::PostCall;
GCStrategy.cpp 96 NeededSafePoints(0),
  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 68 unsigned NeededSafePoints; ///< Bitmask of required safe points.
72 bool CustomSafePoints; ///< Default is to use NeededSafePoints
94 return CustomSafePoints || NeededSafePoints != 0;
100 return (NeededSafePoints & 1 << Kind) != 0;
119 /// points according to NeededSafePoints. If true,

Completed in 57 milliseconds