Home
last modified time | relevance | path

Searched refs:GCSafepointPollName (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp431 static const char *const GCSafepointPollName = "gc.safepoint_poll"; variable
434 return F.getName().equals(GCSafepointPollName); in isGCSafepointPoll()
622 auto *F = M->getFunction(GCSafepointPollName); in INITIALIZE_PASS_DEPENDENCY()