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

  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 120 /// then findCustomSafePoints must create them.
148 virtual bool findCustomSafePoints(GCFunctionInfo& FI, MachineFunction& MF);
  /external/llvm/lib/CodeGen/
GCStrategy.cpp 119 bool GCStrategy::findCustomSafePoints(GCFunctionInfo& FI, MachineFunction &F) {
120 dbgs() << "gc " << getName() << " must override findCustomSafePoints.\n";
413 FI->getStrategy().findCustomSafePoints(*FI, MF);

Completed in 38 milliseconds