Home
last modified time | relevance | path

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

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