OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:findCustomSafePoints
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
ErlangGC.cpp
35
bool
findCustomSafePoints
(GCFunctionInfo &FI, MachineFunction &MF) override;
62
bool ErlangGC::
findCustomSafePoints
(GCFunctionInfo &FI, MachineFunction &MF) {
GCStrategy.cpp
112
bool GCStrategy::
findCustomSafePoints
(GCFunctionInfo& FI, MachineFunction &F) {
113
dbgs() << "gc " << getName() << " must override
findCustomSafePoints
.\n";
413
FI->getStrategy().
findCustomSafePoints
(*FI, MF);
Completed in 76 milliseconds