OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NeededSafePoints
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/CodeGen/
GCStrategy.cpp
20
: UseStatepoints(false),
NeededSafePoints
(0), CustomReadBarriers(false),
ErlangGC.cpp
43
NeededSafePoints
= 1 << GC::PostCall;
OcamlGC.cpp
34
NeededSafePoints
= 1 << GC::PostCall;
CoreCLRGC.cpp
37
NeededSafePoints
= 0;
StatepointExampleGC.cpp
33
NeededSafePoints
= 0;
/external/llvm/include/llvm/CodeGen/
GCStrategy.h
88
unsigned
NeededSafePoints
; ///< Bitmask of required safe points.
137
bool needsSafePoints() const { return
NeededSafePoints
!= 0; }
142
return (
NeededSafePoints
& 1 << Kind) != 0;
Completed in 975 milliseconds