Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp464 static bool enableCallSafepoints(Function &F) { return !NoCall; } in enableCallSafepoints() function
510 bool CanAssumeCallSafepoints = enableCallSafepoints(F); in runOnFunction()