OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomSafePoints
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
GCStrategy.h
72
bool
CustomSafePoints
; ///< Default is to use NeededSafePoints
94
return
CustomSafePoints
|| NeededSafePoints != 0;
118
///
customSafePoints
- By default, the GC analysis will find safe
121
bool
customSafePoints
() const { return
CustomSafePoints
; }
/external/llvm/lib/CodeGen/
ErlangGC.cpp
50
CustomSafePoints
= true;
GCStrategy.cpp
99
CustomSafePoints
(false),
412
if (FI->getStrategy().
customSafePoints
()) {
Completed in 1030 milliseconds