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

  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 72 bool CustomSafePoints; //< Default is to use NeededSafePoints
94 return CustomSafePoints || NeededSafePoints != 0;
118 /// customSafePoints - By default, the GC analysis will find safe
121 bool customSafePoints() const { return CustomSafePoints; }
  /external/llvm/lib/CodeGen/
GCStrategy.cpp 99 CustomSafePoints(false),
412 if (FI->getStrategy().customSafePoints()) {

Completed in 182 milliseconds