Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp438 const char GCSafepointPollName[] = "gc.safepoint_poll"; variable
441 return F.getName().equals(GCSafepointPollName); in isGCSafepointPoll()
632 auto *F = M->getFunction(GCSafepointPollName); in INITIALIZE_PASS_DEPENDENCY()