Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp389 static bool needsStatepoint(CallBase *Call, const TargetLibraryInfo &TLI) { in needsStatepoint() function
431 if (needsStatepoint(Call, TLI)) in containsUnconditionalCallSafepoint()
683 if (!needsStatepoint(CI, TLI)) in InsertSafepointPoll()