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

  /external/llvm/lib/CodeGen/
OcamlGC.cpp 35 NeededSafePoints = 1 << GC::PostCall;
GCStrategy.cpp 95 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 185 milliseconds