Searched defs:findCustomSafePoints (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DErlangGC.cpp35 bool findCustomSafePoints(GCFunctionInfo &FI, MachineFunction &MF) override;
62 bool ErlangGC::findCustomSafePoints(GCFunctionInfo &FI, MachineFunction &MF) { function in class:ErlangGC
H A DGCStrategy.cpp112 bool GCStrategy::findCustomSafePoints(GCFunctionInfo& FI, MachineFunction &F) { function in class:GCStrategy
113 dbgs() << "gc " << getName() << " must override findCustomSafePoints.\n";
413 FI->getStrategy().findCustomSafePoints(*FI, MF);

Completed in 1122 milliseconds