Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp439 const char GCSafepointPollName[] = "gc.safepoint_poll"; variable
442 return F.getName().equals(GCSafepointPollName); in isGCSafepointPoll()
633 auto *F = M->getFunction(GCSafepointPollName); in INITIALIZE_PASS_DEPENDENCY()