Home
last modified time | relevance | path

Searched refs:GCSafepointPollName (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp437 static const char *const GCSafepointPollName = "gc.safepoint_poll"; variable
440 return F.getName().equals(GCSafepointPollName); in isGCSafepointPoll()
632 auto *F = M->getFunction(GCSafepointPollName); in INITIALIZE_PASS_DEPENDENCY()