OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitRoots
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
GCStrategy.h
74
bool
InitRoots
; ///< If set, roots are nulled during lowering.
126
bool initializeRoots() const { return
InitRoots
; }
/external/llvm/lib/CodeGen/
ErlangGC.cpp
46
InitRoots
= false;
GCStrategy.cpp
101
InitRoots
(true),
284
bool
InitRoots
= S.initializeRoots();
313
if (
InitRoots
) {
ShadowStackGC.cpp
198
InitRoots
= true;
416
// Move past the original stores inserted by GCStrategy::
InitRoots
. This isn't
Completed in 271 milliseconds