Searched refs:findCustomSafePoints (Results 1 - 3 of 3) 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);
/external/llvm/include/llvm/CodeGen/
H A DGCStrategy.h120 /// then findCustomSafePoints must create them.
148 virtual bool findCustomSafePoints(GCFunctionInfo& FI, MachineFunction& MF);

Completed in 108 milliseconds