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);
62
bool ErlangGC::
findCustomSafePoints
(GCFunctionInfo &FI, MachineFunction &MF) {
GCStrategy.cpp
120
bool GCStrategy::
findCustomSafePoints
(GCFunctionInfo& FI, MachineFunction &F) {
121
dbgs() << "gc " << getName() << " must override
findCustomSafePoints
.\n";
421
FI->getStrategy().
findCustomSafePoints
(*FI, MF);
Completed in 35 milliseconds