Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp186 static bool isGCSafepointPoll(Function &F);
256 if (isGCSafepointPoll(F)) { in runImpl()
593 static bool isGCSafepointPoll(Function &F) { in isGCSafepointPoll() function