Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp187 static bool isGCSafepointPoll(Function &F);
257 if (isGCSafepointPoll(F)) { in runImpl()
595 static bool isGCSafepointPoll(Function &F) { in isGCSafepointPoll() function