OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsSafePoint
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
GCStrategy.h
97
///
needsSafePoint
(Kind) - True if the given kind of safe point is
99
bool
needsSafePoint
(GC::PointKind Kind) const {
/external/llvm/lib/CodeGen/
GCStrategy.cpp
367
if (FI->getStrategy().
needsSafePoint
(GC::PreCall)) {
372
if (FI->getStrategy().
needsSafePoint
(GC::PostCall)) {
Completed in 119 milliseconds