Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp591 const char GCSafepointPollName[] = "gc.safepoint_poll"; variable
594 return F.getName().equals(GCSafepointPollName); in isGCSafepointPoll()
633 auto *F = M->getFunction(GCSafepointPollName); in InsertSafepointPoll()